|
I'm not sure that's possible (I'm not saying it can't be done, just that I dont know of a way) because that would normally be the variable name, not it's value, as in
$_GET['a99dm'] = '...';
When you have info.php?a99dm the variable is not getting any value, so I doupt you could check it with isset(), but It wouldn't hurt to try. Otherwise, can you not simply use info.php?my_var=a99dm and retrieve it through $_GET['my_var']?
__________________
49206368616e676564206d79207369676e61747572652e2049 2062657420796f75206469646e5c2774206e6f7469636521
|