Ross, is there a reason you don't want to use sessions again?
Creating an associative array of each pages answers is much cleaner than
passing hidden fields or get vars.
Another option you could use it write the files to disk after each page
save, that way if anything goes wrong(IE user computer
Like John said:
You can use:
In the second page:
$user = $_POST['username'];// sent by the first page
...
echo "
...
";
So, when you submit the form, in the third page you will be able to get the
username.
$user = $_POST['username'];
Yo can do this in N number of pages. If you
may be you find accepteble usint
???
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
3 matches
Mail list logo