RE: [PHP] Pass variables with PHP_SELF?

2001-07-15 Thread Maxim Maletsky


try submitting this page to $REQUEST_URI




Sincerely,

 Maxim Maletsky
 Founder, Chief Developer

 PHPBeginner.com (Where PHP Begins)
 [EMAIL PROTECTED]
 www.phpbeginner.com





-Original Message-
From: David [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 16, 2001 1:46 AM
To: [EMAIL PROTECTED]
Subject: [PHP] Pass variables with PHP_SELF?


How do you pass a variable that was passed from one form to another form
and then to PHP_SELF?   The first part works fine: I passed a variable
from one form to another page with a form using
blah.php?id=$id&songsinalbum=$songsinalbumbut when someone submits
the second form the value of $songsinalbum is not passed when using
PHP_SELF. Do I have to pass to another page? I want to use PHP_SELF




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



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




[PHP] Pass variables with PHP_SELF?

2001-07-15 Thread David

How do you pass a variable that was passed from one form to another form
and then to PHP_SELF?   The first part works fine: I passed a variable
from one form to another page with a form using
blah.php?id=$id&songsinalbum=$songsinalbumbut when someone submits
the second form the value of $songsinalbum is not passed when using
PHP_SELF. Do I have to pass to another page? I want to use PHP_SELF




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