> 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to