halm1985 Posted August 28, 2007 Share Posted August 28, 2007 Can somebody explain how does this conecpt work ?? what does the following peice of code do ? <?php $row = mysql_fetch_array($result,MYSQL_ASSOC); while (list($key,$value) = each ($row)) { global $$key; $$key = $value; } ?> Link to comment https://forums.phpfreaks.com/topic/67020-variable-variables/ Share on other sites More sharing options...
MadTechie Posted August 28, 2007 Share Posted August 28, 2007 Variable variable see manual Link to comment https://forums.phpfreaks.com/topic/67020-variable-variables/#findComment-336099 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.