Hi,
It seemed to me a trivial coding trick... but it does not work. I call my url page on apache like that:
http://172.30.60.5/test.php?param=1
my php script is:
<?php
if ($param == 1)
{
echo "PARAM = 1";
}
?>
Supposed to work ?????
Anybody having a clue
Furotte