The answer is yes, you need to pass along your form variables. You could do
this with the following:
Hope that helps you out some.
Josh Hoover
KnowledgeStorm, Inc.
Searching for a new IT solution for your company? Need to improve your
product marketing?
Visit KnowledgeStorm at www.knowledg
Christopher Allen wrote:
> 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
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 a
3 matches
Mail list logo