
thewebnerd.blogspot.com
The Web NerdTorsdag den 24. september 2009. Store array in database - Forget serialize() and unserialize(). Many people are struggling with storing their arrays in a MySQL database. There are loads of different blogs and forums posts about this issue, and many of the recommend using the two php functions serialize(). That’s enough talking. Let’s take a look at what the implode() function does:. Array = array(‘Peter’, ‘John’, ‘Mark’); / This is our array. Different things we could do with the array:. This is the easi...
http://thewebnerd.blogspot.com/