first of all I want to thank you very much for this lovely script
peter,
1- Just I want to ask if you can add another table for goal Diff.(F-A)
it is very important in soccer ( I tried but I failed)
2- another , would you please tell me how can I add another table for goalscores , just table I can write the players manual even in seperate page
3- I encoded the script to anothe language , every thangs went smooth except the months which still in englisg language despit I changed its to my language.
4- another thing : the script does not accept user registration other than english language (like arabic language)
5- I want add empty value in date ( months , days,years,time) cuaus I have some much i am not sure for date
My answers probably aren't very helpful, as I have no time to support this script at the moment.
1) Since you already get F and A in the result set, you can use PHP to just calculate the difference.
2) I don't understand what you're asking. You can extend the script to include a player module.
3) The dates are output via PHP. You could look into the function setlocale in PHP for controlling how it outputs date names.
4) That might be a database table encoding limitation. You might also have to use utf8_encode on some variables.
5) There's no quick solution for that other than putting in at least a guess of a year and month.
Having trouble with login ,I put the default user and password and It showing me this.
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /homepages/5/d341443114/htdocs/standings/secure.php on line 21
Sorry, the username you entered does not exist or your account is inactive.
my league is 16 teams / 30 week / nearly 126 matches
can I able to show only 8 games in current standing & past score table and hide the other games, cause 126 games in the same page are too much
Yes, you should be able to limit the number of games shown by adding some MySQL LIMIT statements in standings.php. To produce a full schedule, check out the function sls_team_schedule (in standings_functions.php).