[Plugin: $_GET Getter] assign variable name to GET variable
-
Hey,
I’m using this code, however I cannot assign a variable name to use in php
$uid = “[get uid]”;
echo $uid;In php debug mode I see :
$uid = “1”;
echo $uid;It should display echo 1…
it doesnt work…
Any ideas?
- The topic ‘[Plugin: $_GET Getter] assign variable name to GET variable’ is closed to new replies.