Stored Array in Database

#Stored Array in Database

1 posts

How to Store Array Data To Database to a Single Column Without serialize() & json_encode() Function

If you don't want to use serialize() or json_encode() to store the $insData array data to a single column (Key Value Pair) in a MySQL database, you can use a custom delimiter to separate the values a... Read Mores
Prathmesh Yelne

16-Mar-2024 11:21:06

89 Views MySQLi, PHP, SQL 7 months ago