* and then Jay Blanchard declared....
> [snip]
> If I wanted to store an array for future use in a MySQL TEXT Column
> (dont ask, it's complicated... hehe!) how would I go about it?
> 
> I thought of just putting the results of print_r($myarray); into the
> text field and using eval() to get at it later... is that the right way
> to go?
> [/snip]
> 
> Yes, that is certainly one right way to go.

Actually, serialize() would be better suited I think, but thanks...


-- 
Nick W

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

Reply via email to