Quantcast
Channel: CodeRewind » PHP & MySQL
Viewing all articles
Browse latest Browse all 10

How to insert an array into a Database

$
0
0
Use the implode() method to convert your array into a delimited string, then use explode() to reverse the process and convert the concatenated string back into an array.

Viewing all articles
Browse latest Browse all 10

Trending Articles