On Thursday 28 March 2002 23:25, Rodrigo Peres wrote:
> Hi list,
>
> Regarding my last post about serialize, I've tried many things but couldn't
> make it function.
>
> I'm trying to store the data from a form in order to allow my user to stop
> the process of filling the form and retrieve later what was inserted
> before.
>
> Among many other thing I tried this little script only to test but didn't
> work. why??
>
> if(isset($submit)) {
>     $x = addslashes($HTTP_POST_VARS);

addslashes works on string, $HTTP_POST_VARS is an array?

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.com.hk

/*
Take care of the luxuries and the necessities will take care of themselves.
                -- Lazarus Long
*/

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

Reply via email to