<?php include("schedule.php"); $s=new schedule(); //number of teams $s->num=8; //makes the teams $s->make_teams(); //makes the history-all the possibilities of the teams(team1 can play against all and so on) $s->make_history(); //prints the schedule $s->run(); ?>