Re: Creating a varable with a name held in a string

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I will read over extract and change my ways ;-)


Randy



John Holmes wrote:
Randy Johnson wrote:

I like to do this:

foreach( $row as $key=>$val) {

  $$key = $row[$key];
       }


You're just recreating a slower version of extract()...


-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux