SQL debugging in large PHP app -
I am using CodeCharge Studio to complete a large PHP application. This question is not really related to CCS, but it is a bit more common. I have a web form that is supposed to allow CRUID capabilities with a fixed SQL Server table, but without any error throwing the insertion fails What would be the best way to debug it?
When I'm having trouble with dynamically generated SQL queries, I usually query I resume and try to walk on the console for DB that query or alternatively, you can write a simple PHP function that writes a string in a file, and thus you do not need to display the query directly on your page. , But rather in a log file .
Comments
Post a Comment