[PHP] Re: storing arrays

2002-02-17 Thread Christian Blichmann
Clark [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Two questions: 1) Is it possible to write an array to a file? What about using WDDX, an open XML-format for interchanging data (see http://www.openwddx.org/) ? You then will be able to do this: ?php

[PHP] Re: storing arrays

2002-02-16 Thread CC Zona
In article [EMAIL PROTECTED], [EMAIL PROTECTED] (Clark) wrote: 1) Is it possible to write an array to a file? http://php.net/serialize http://php.net/fopen http://php.net/fwrite 2) Is it possible to specify the name of the key to each item of an array when you get the array using file().