> Dear all
> I had open a webpage which design from my company's pervious staff!
> This page is a input form, and when i look at the properity of the Form i
> saw this:
>
> form name="o_form" action="deposit_admin.php?save=yes" method="post"
>
> What is the "?" mean in the Action part?
>


after ? goes the list of parameters deposit_admin.php will get as variables
($yes or $HTTP_GET_VARS[yes])

Valentin Petruchek (aki Zliy Pes)
*** Cut the beginning ***
http://zliypes.com.ua
mailto:[EMAIL PROTECTED]




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