|
Posted by Rik Wasmus on 10/25/07 18:29
On Thu, 25 Oct 2007 19:26:09 +0200, Kevin Blount <kevin.blount@gmail.com=
> =
wrote:
> I'm having a very odd issue, that arose this morning after working
> fine yesterday...
>
> here's a very simple script:
>
> 1: <?php
> 2: $test =3D $_GET['test'];
> 3: echo "Hello" . $test . "<p>";
> 4: ?>
>
> when called using this URL:
>
> http://216.244.107.150/info.php?test=3Dme
>
> the code should just output:
>
> Hello me
>
> but instead the server just hangs, until my browser timesout. If I
> remove "?test=3Dme" from the URL, the script works just fine (output:
> "Hello "), but for some reason all my PHP scripts now hang when I try
> and pass a name/pair on the URL.
>
> Any ideas?? I'm very new to PHP and probably change the config of IIS6=
> somehow, or just broken it in some other way. Any advice would be
> appreciated.
Seems to work OK from here using that IP. Are you sure it isn't some loc=
al =
firewall/proxy setting? Does IIS keep a access and/or error log, and if =
=
so, what is in it?
-- =
Rik Wasmus
Navigation:
[Reply to this message]
|