On Jul 12, 2007, at 9:50 PM, Austin C wrote:
Hello, I dont get any errors. Just a blank page. But, I go to the database,and it did what I told it to with the header table, but not with the circulation table.
Check your error log or add this as the first line in your script. ini_set('display_errors', '1');Maybe you are testing this on a production server with errors not displayed.
Remove the line before you deploy the code. Hopefully you will see a meaningful message now. Regards, Dwight