Can someone tell me how to pass a variable in the url?
I am using a form and calling a handler file as its action, as in:

<FORM NAME="update_list" ACTION="handler.php?login=$login" METHOD="POST">

I've also tried single quotes around the variable $login, as in:

<FORM NAME="update_list" ACTION="add_reg_handler.php?login='$login'"
METHOD="POST">

Anyone have any suggestions?

Cheers,
Steve Osborne
Database Programmer
Chinook Multimedia Inc.
[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