Date: 07/15/01
- Next message: zerosumzero <email protected>: "[PHP] $($row[0])"
- Previous message: teo <email protected>: "Re: [PHP] problem"
- Next in thread: Maxim Maletsky: "RE: [PHP] Pass variables with PHP_SELF?"
- Reply: Maxim Maletsky: "RE: [PHP] Pass variables with PHP_SELF?"
- Reply: James, Yz: "[PHP] Re: Pass variables with PHP_SELF?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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=$songsinalbum but 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: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: zerosumzero <email protected>: "[PHP] $($row[0])"
- Previous message: teo <email protected>: "Re: [PHP] problem"
- Next in thread: Maxim Maletsky: "RE: [PHP] Pass variables with PHP_SELF?"
- Reply: Maxim Maletsky: "RE: [PHP] Pass variables with PHP_SELF?"
- Reply: James, Yz: "[PHP] Re: Pass variables with PHP_SELF?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

