On Monday 27 September 2004 01:00, Victor Spång Arthursson wrote:
> Which is the best way to save preferences (for a site) to make them
> easily accessable for changes?
>
> What I want is a way to save arrays and read them in again without
> having to use a database…

serialize().

Or if you want to use databases but do not want to run a full blown database 
server then check out sqlite.

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *
------------------------------------------
Search the list archives before you post
http://marc.theaimsgroup.com/?l=php-general
------------------------------------------
/*
Never sleep with anyone crazier than yourself
                -- Murphy's Laws on Sex n14
*/

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

Reply via email to