If I wrote a sql statement with errors, if the database is InterBase/FireBird, php pages will show the error message and tells me what is the possible error.
But when I use php/mysql, if I wrote the sql statements with errors, php is not showing me the error message. Just sit there very quietly.
It might be the security reason to repress the mysql error messages in php programmng.
But how to turn the error message on (I need it just in my developing process)?
Thanks!