Hi guys,
Any idea why
<?php
print "$variable";
?>
works on a remote server if passed www.myserver.com/test.php?variable=testing but locally I get this error message?
Notice: Undefined variable: variable in c:\inetpub\wwwroot\test.php on line 2
Is this a configuration issue? I know it works since it spits out 'testing' in the browser window on my server, but generates an error locally. Running XP Pro with IIS 5, PHP 4.3.1
Thanks for any insight.