Re: [PHP] $($row[0]) From: Rasmus Lerdorf (rasmus <email protected>)
Date: 07/15/01

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