xProteuSx Posted December 18, 2007 Share Posted December 18, 2007 OK, I am trying to call up a form variable, which is a variable in itself, as below: $whatever = $_GET[$blah]; I cannot get this to work. I have also tried: $whatever = $_GET['$blah']; $whatever = $_GET['' . $blah . '']; $whatever = $_GET['"$blah"']; I really don't know ... and can't figure it out. Link to comment https://forums.phpfreaks.com/topic/82161-solved-_get-variable-as-a-variable-itself-variable-squared/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.