|
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']?
__________________
34343639363436653237373432303635373837303635363337 34323037343638363137343263323036343639363432303739 366637353366
|