[thelist] help with project design

Paul Bennett Paul.Bennett at wcc.govt.nz
Tue Nov 25 16:04:54 CST 2008


OK I'll bite.

Hi Terion,

Do you have error reporting set nice and high for easier debugging ?
(error_reporting(E_ALL) at / near the top of your script should do it)
What error messages (if any are you getting)?

What is the final format of the query? Can you echo it to the browser so you can see if anything obvious is wrong?

What is in the $_POST array? Can you echo it to the browser so you can see if anything obvious is wrong?

Do you know that your db connection is correct and the user has insert rights on the db?


Paul



More information about the thelist mailing list