hello everyone...
I'm trying to insert an array as the value of one of the fields of a table... but when I do it, the value of that field only becomes 'Array'....
Has anyone ever done this before?
Thanks, Jason
use the explode function. save it to the database as a string. then when you want to retrieve it use implode to put it back into an array.
OH MY GOD
yah, I'm an idiot sorray man, i always forget the little things