RE: [PHP] Asking for data during a script

2004-04-30 Thread Jay Blanchard
[snip] ...stuff... [/snip] Since the HTTP is "stateless" and PHP is server-side gathering data during the execution of a script is virtually impossible. However you can maintain information using cookies or sessions to achieve what you are looking to do. -- PHP General Mailing List (http://www

[PHP] Asking for data during a script

2004-04-30 Thread "Germán M. Rivera"
Hi all! Let's say I have a PHP script that needs the user to input some data during its execution. At the point the data is needed the browser could be redirected to a new page with a form where the user could enter the data. But thus is necessary to save the script state in order to contin