On Friday 03 May 2002 15:16, Rodrigo wrote: > Can I store Hashes in text files? If yes, how? > > Can I store a multi dimensional array in a text file? If not how should > I do to store the data in one file and the "pointer" in another file?
You can use serialize() on your array before you write to the file. -- Jason Wong -> Gremlins Associates -> www.gremlins.com.hk Open Source Software Systems Integrators * Web Design & Hosting * Internet & Intranet Applications Development * /* You are a bundle of energy, always on the go. */ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php