To pass more than one argument type:
http://foo.com/script.php?var1=hello&var2=foo&var3=bar
--Joe
On Tue, Jan 23, 2001 at 01:44:19PM +1300, Sefton wrote:
> Hello,
>
> I have a form in an htm file that is sending info to a cgi script
> (formmail.pl) but the confirmation page I am using is php3. I want to pass
> the value of a text box in the form to the php3 page.
>
> Kinda like thanks you message $message has been sent.
>
> I don't know how to send to the cgi script and pass the variable to the
> confirmation page.
> Here is my code so far for the form action.
>
> <form method="POST"
> action="/cgi-bin/formmail.pl?http://www.domainname.co.nz/developing/faq/faq_
> confirm.php3">
>
> So I need the faq_confirm.php3 page to appear, plus have it send the
> variable $message that is one of the fields on the form.
> I thought you just added it like ?message
> But i already have a ?
>
> Please help?
>
> Chris
>
>
>
> --
> 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]
--
Joe Stump, PHP Hacker
[EMAIL PROTECTED]
http://www.miester.org/
--
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]