Hello,
I just bought NuSphere PhpED version 13.0 (but I'm still waiting for the product I bought, so I have to use evaluation version in the meantime).
I'm not very used to work with it, so maybe I missed something very trivial.
I am trying to debug a PHP script including a Html POST form that calls back the same script with POST data when submitted.
On first run, the script debugs fine, and I am able to enter data into the form, and to submit it after.
I would have expected the debugger to enter again for a second debugging session, but this is not actually the case.
After submission, I just get an error page telling the following:
Unable to connect
Firefox can't establish a connection to the server at localhost.
* The site could be temporarily unavailable or too busy. Try again in a few moments.
* If you are unable to load any pages, check your computer's network connection.
* If your computer or network is protected by a firewall or proxy, make sure that Mozilla Developer Preview is permitted to access the Web.
[Try Again]
|
(Yes, I am using the embedded Firefox browser, but using another gives similar results)
How can I debug PHP scripts that are calling themselves with POST data?
I am running PhpED 13.0 on Windows 8.1 Update 1.
Regards,
Gilles