I don't understand, the db_query is just a wrapper for the mysql commands, which could be modified to be used on any db. I am wondering about the command "@mysql", which is called in the db_query function.
I know the "@" suppresses error messages, but I don't find documentation on a command called mysql, yet it works.
Brian