I wrote a logger function and it inserts “insert and update queries” to database. altough I apply “mysql_real_escape_string” to the sql stament, I cannot insert it to the database.
any suggestion please?
I wrote a logger function and it inserts insert and update queries to database.
Share
In SQL, strings must be quoted. You are also missing a comma. Try this: