Hello,
I  am using the Header call in a script that has multiple submit buttons:

if ($submit =1)
    {
    Header (location: test1.php);
    }
if ($submit ==2)
    {
    Header(location: test2.php);
    }

Should not the form varaibles be passed along to each of these pages
respectively? I have about 30 variables that should be passed to each
different page...none of these variables are showing up. Do I need to attach
these to the url for each different header?
such as:
    Header ("Location: test1.php?add=1&name=juan");
???

Thanks

Christopher C. M. Allen


-- 
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]

Reply via email to