Is there a tool that can be used to view sql statements being processed by php?
what i mean is, monitoring when a form is posted, the values that are being sent to the server, and likewise, monitoring values being sent to a page from teh server.
Also, when a function with php is executed, viewing the sql statement and how teh function formats it and what it returns.
The reason i say this is some commands seems to run but return the wrong thing, logical errors, and it helps to monitor where these logical errors are emerging from, either from the form or function.