HI NZ_Kiwis,
bad example, it could be all sorts of things.
No you are wrong and laserlight gave you the correct answer. Its that she didnt gave you the complete answer because im pretty sure she wanted you to find out that from your self. She gave you the guide line.
here try this,
<?php
$qstr=$_SERVER['QUERY_STRING'];
if($qstr=="")
{
print "no data";
}
else
{
while(list($key,$val)= each($HTTP_GET_VARS))
{
print $key." = ".$val."<br>";
}
}
?>
Regards,
Niroshan