How to store an array variable in mysql
Moderator: General Moderators
-
greg_soulsby
- Forum Newbie
- Posts: 2
- Joined: Tue Nov 12, 2002 3:24 pm
How to store an array variable in mysql
I would like to store an array variable in an sql table for next time a user comes back. How would you do that?
- mydimension
- Moderator
- Posts: 531
- Joined: Tue Apr 23, 2002 6:00 pm
- Location: Lowell, MA USA
- Contact:
here are a couple of functions that should help you:
http://www.php.net/manual/en/function.serialize.php
http://www.php.net/manual/en/function.unserialize.php
http://www.php.net/manual/en/function.serialize.php
http://www.php.net/manual/en/function.unserialize.php
- hob_goblin
- Forum Regular
- Posts: 978
- Joined: Sun Apr 28, 2002 9:53 pm
- Contact: