2009-08-21 01:19:07 UTC
click problem
test.php ==>
$q=$_GET["q"];
echo $q;
?>
when i click on CLICK PROBLEM it display "1" in explorer but in Firefox it display "undefined". Whats the problem??/
Above code works fine in Internet Explorer but not in Firefox 3.