Hi!
Thx for the quick reply.
2 teams are playing a match. Every team has 3 players (+ substitute). I want to track players score for every individual game.
here is an example:
1. Team1.Player1 vs Team2.Player1
2. Team1.Player2 vs Team2.Player2
3. Team1.Player3 vs Team2.Player3
4. Team1.pair vs Team2.pair
5. Team1.Player2 vs Team2.Player1
6. Team1.Player1 vs Team2.Player3
7. Team1.Player3 vs Team2.Player2
8. Team1.Player2 vs Team2.Player3
9. Team1.Player3 vs Team2.Player1
10. Team1.Player1 vs Team2.Player2
total 10 points
i have credentials for the remote database, but i cant connect 🙁
i tried with my credentials:
$connection = mysql_pconnect($host,$user,$pass);
if($connection)
echo “Connected to Database Successfully”;
else
mysql_error();
no connection 🙁
i can connect trough mysqladministrator but not in wordpress :/