Please make sure you read, understand, and follow Rules and Terms of Service.
0 Members and 1 Guest are viewing this topic.
<?php$sql = "SQL HERE";$result = mysql_query($sql) or die(mysql_error().' SQL: '.$sql);?>