On Friday 31 May 2002 03:53, Morten Nielsen wrote:
> Hi,
> I need to store a lot of vaiables (75+) in a MySQL database.
> What is the best way to do this? Should I create a field for each variable
> in the database or is it possible to create an array for a series of
> variables?

You can put everything in a single array then serialize() it and store (in a 
single field).

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.com.hk
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *


/*
If he had only learnt a little less, how infinitely better he might have
taught much more!
*/


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to