Home > mSQL, PHP > Php Script Alterations

Php Script Alterations

September 20th, 2009

I have a php sports betting monitor script that allows users to make picks (or bets) for sporting events. The script automatically posts the game lines (or contests) from an xml feed and the users enter their picks. They can also enter an HTML writeup with their pick for the game where both of these get placed on their personal page. There is also a page that lists all the users picks and ranks them with standings and records for the current month and the previous month. The script automatically grades the plays and keep track of the records using the scrip. However, today the script doesn’t seem to be showing any games so the users are unable to enter picks. I am unable to reach the coder who designed this.

I also need some alterations done to this script as well as far as administration options which include; allowing me to edit a pick after the user has entered the pick, allow me to edit a record and fix a pick or game score if a mistake has been made.

I will explain how the script works and the coder can go through it to see the issues and make the alterations.


Php Script Alterations

Comments are closed.
Bear