Jump to content

[SOLVED] $_GET variable, as a variable itself (variable squared?)


xProteuSx

Recommended Posts

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.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.