-----Oorspronkelijk bericht-----
Van: Nitin [mailto:[EMAIL PROTECTED] 
Verzonden: zaterdag 20 december 2003 7:30
Aan: PHP-General
Onderwerp: [PHP] form variables


> i've an application, where i'm receiving variables from an html form and
process them in the script. depending on the values, i may want to get some
extra information from user through another form. now, problem is how can i
keep the vaiables received from the first form, without passing them as
query string to the next script or specifying as hidden form fields.


You could use sessions to keep track of your data between different scripts
without reposting anything

http://www.php.net/manual/en/ref.session.php



Regards,
    Ewout

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

Reply via email to