[PHP] $($row[0])

2001-07-15 Thread [EMAIL PROTECTED]
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 ... -- [EMAIL PROTECTED] http://futurebird.diaryland.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL

Re: [PHP] $($row[0])

2001-07-15 Thread Rasmus Lerdorf
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