
Manuel Lemos - 2009-11-23 20:52:52 -
In reply to message 1 from Paul Graham
If that is all the script outputs and nothing else after that, chances are that PHP is crashing or PHP is exiting due to some fatal error. Maybe you need to enable error reporting in your PHP configuration to actually see any error.
You may also want to try see what happens running PHP in the command line.