[Solved] I can’t find my PHP issue [closed]


This could be a browser problem. It could be a code problem. It could be a server problem.

Have you tried using something like Firebug to watch what happens when you yourself take the test? Have you also tried using Firebug Lite – Firebug plugins available for other browsers, which include some-but-not-all Firebug functionality?

In Firefox, launch Firebug and select the Console tab. Then go to your test page, and watch to see if there are any errors or warnings. If there aren’t actually take another test yourself and submit it – and watch to see if there are any errors.

If everything works excellently in Firefox, run the same tests in Chrome, Safari, and IE (on Windows and MAC.)

If you’ve already tried all of those and there is no browser problem, possibly look at some PHP debuggers to see if your PHP script is communicating properly with your database.

If you haven’t done any testing yet, troubleshoot the server side (PHP script talking to your database.) If that’s working, then try the various different browsers (client side).

2

solved I can’t find my PHP issue [closed]