PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
<?php
mysql_query("DELETE FROM fixtures");
mysql_query("DELETE FROM highest_alley");
mysql_query("DELETE FROM player_scores");
mysql_query("DELETE FROM player_averages");
mysql_query("DELETE FROM results");
mysql_query("DELETE FROM tables");
mysql_query("DELETE FROM team_averages");
mysql_query("DELETE FROM trophy_leaders");
?>
Cheers
Kevin
Last edited by kevrelland on Mon May 19, 2008 4:51 am, edited 1 time in total.