Hello,
I have a SQL code, i need to convert this to a mysql query. How can i do this?
Thanks! 😃
http://www.phpbuilder.com/columns/index.php3?cat=1
Not sure I understand the question... which probably isn't helped any by the fact that you haven't shown us this "SQL code" you speak of.
In its simplest form:
mysql_query("SQL code here");
But what exactly is your query, what are you trying to do?