/ Published in: PHP
URL: http://php.about.com/od/advancedphp/qt/build_variables.htm
Expand |
Embed | Plain Text
$test = "success"; $primary = "test"; $ID = ${$primary}; echo $ID;
You need to login to post a comment.
URL: http://php.about.com/od/advancedphp/qt/build_variables.htm
$test = "success"; $primary = "test"; $ID = ${$primary}; echo $ID;
You need to login to post a comment.