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. Quote Link to comment 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.