On Sat, 2003-12-20 at 01:29, Nitin wrote:
> hi all,
> 
> 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.
> 
> i'll really appreciate a quick help. thanx in advance

Sessions.

Cheers,
Rob.
-- 
.------------------------------------------------------------.
| InterJinn Application Framework - http://www.interjinn.com |
:------------------------------------------------------------:
| An application and templating framework for PHP. Boasting  |
| a powerful, scalable system for accessing system services  |
| such as forms, properties, sessions, and caches. InterJinn |
| also provides an extremely flexible architecture for       |
| creating re-usable components quickly and easily.          |
`------------------------------------------------------------'

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

Reply via email to