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; } ?> Quote 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 Quote Link to comment https://forums.phpfreaks.com/topic/67020-variable-variables/#findComment-336099 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.