I have a PHP page with many controls. The page loads fine with data from the database. But when I submit the page I am getting 500- Internal server error. I turned on ‘Display Errors’ in PHP.ini file. But still I get 500 error. I wrote a simple test page to insert the data, the page works fine. I don’t see any errors in php_errors.log file. How can I find the problem? Please let me know if there are any ideas. The page worked fine with 5.3.8. I just upgraded to 5.3.10. Thank you for any help. I am new to PHP and I am using the Dreamweaver.
Share
It seems like you could do with some debugging. There is an answered question about debugging PHP code in Dreamweaver.