I need help with my football manager tournament. I am trying to insert all teams that are registered in the game into a table called "timetable" randomly. The database will have the columns id, team1, team2, date, time. I know how to do this manually but it will take to much time if it's like 50 teams and to figure out wish team they haven't challenge. And how to make that all teams play one match everyday.
<?php
mysql_query("INSERT INTO timetable (id, team1, team2, date, time) VALUES ('','Blue','Red','2011-02-06','18.00')")
?>
I know my English is not the best but I hope you get it. Thanks any way,