On Wednesday, June 12, 2002 at 7:18:18 AM, you wrote:
> And how should I store a serialized variable in my database? As String or as
> Blob?

Since serialize returns a string, I would guess that you store it in a
mongoose. Sorry for the sarcasm, but it's getting late and that info is on the
manual page. Don't forget to run addslashes on the string before trying to
store it in the database.

-- 
Stuart


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

Reply via email to