Date: 07/15/01
- Next message: Maxim Maletsky: "RE: [PHP] Pass variables with PHP_SELF?"
- Previous message: zerosumzero <email protected>: "[PHP] $($row[0])"
- In reply to: zerosumzero <email protected>: "[PHP] $($row[0])"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> If I have a form with fields named by rowid, is there a way to call the
> string, by the name of each rowid on the next page?
>
> $($row[0])
>
> won't work ...
${$row[0]}
Well-documented here:
http://php.net/manual/en/language.variables.variable.php
-Rasmus
-- 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: Maxim Maletsky: "RE: [PHP] Pass variables with PHP_SELF?"
- Previous message: zerosumzero <email protected>: "[PHP] $($row[0])"
- In reply to: zerosumzero <email protected>: "[PHP] $($row[0])"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

