On Fri, 3 May 2002, 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?
http://php.net/serialize
That function will turn any PHP data
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
use mysql, forget about files.. they are too slow.
Rodrigo a écrit :
> 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?
>
> Thanx, Rodrigo
>
--
Ma
3 matches
Mail list logo