Say I browse a php page, how do I know what database queries are run?
I think if I can log all the queries to a .txt file that would solve my problem. I tried to log, but failed. I just want to know the queries (sql strings) sent to it.
I’m using WinXP and Apache.
just copy and paste the string in
mysql_query()into an echo just before the query.