Hi,
i think this may be a matter of configuration; as i've never met this problem on my w2000 dev server; and it now appears on the newly PHP-enabled Solaris server.
As simple as this :
Calling "h t t p://myServer/test.php?link=1"
which contains the following code :
<html>
<body>
<?php
echo $link;
?>
</body>
</html>
displays a blank page.
$link is considered "unset" (when testing isset($link)😉
I think i should have a look at php.ini and enable what could seem related to auto variable registration or something.
I'll also diff the php.ini from both of my servers.
But maybe i'm totally wrong, so please don't hesitate to give me any clue about this! 🙂
Thanks,
Caz