I have this poblem with a webserver running PHP as the PHP.exe on Apache on a W2K.
When calling my php doc with a parameter that parameter is not available for the function. When moving this doc to a different server everything is fine.
I'm including the script underneath here. It's not the right one because that would be too big to show here 🙂
Any help would be greatly appreciated!!
Thanks,
Anders
Error message is "unknown id" in line...
URL /hello.php?id=1
script hello.php
<body>
<?php
if ($id)
{
echo $id;
}
?>
</body>