Posted by Kevin L'Huillier on 06/24/05 22:43
On 6/24/05, Brian Dunning <brian@briandunning.com> wrote:
> What am I doing wrong? This doesn't work. The browser does not even
> load the page, no error or anything:
The script looks fine and executed as expected on my machine.
Try executing it from the command-line. Often if nothing loads in
the browser, it is an error causing PHP to not send anything to the
web server, even its normal errors.
If you are using IIS it might also be the ISAPI module which has been
notorious for stability. Restarting the Web Publishing Service
sometimes helps.
[Back to original message]
|