Category Archives: mysql

Why my query is not functioning in MySQL using php?

Well maybe because you are parsing a query using a wrong type of character to envelope the fields. Let’s say you have this query (it’s a query I found online, I don’t agree with the choice of the field type): $query=mysql_query(“CREATE TABLE `test` … Continue reading

Posted in database, mysql, php | 2 Comments