Hi
I am very new php propgramming. But I have done classic asp.
I have a string request, eg www.xyz.com?test=1
In my php page, I would like to read test value.
On my index.php, I have this code.
<?
$y=$_GET["test"];
?>
But I am getting error, Undefined index: test in index.php.
I can see, when I call index page first time, I call just as www.xyz.com.
Please can some help.
Many thanks.