PHP & Cron

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Locked
User avatar
SilverMist
Forum Commoner
Posts: 65
Joined: Tue Mar 02, 2004 2:06 pm
Location: Canada
Contact:

PHP & Cron

Post by SilverMist »

Okay I'm doing this project where a user enters one of their animals in competitions, and the competitions are on Wednesdays and Saturdays. When the user places high in a competition they are awarded points and fake money. Since CPanel 9 offers such a lovely setup for cron, I don't need help with that. I just need help with the page for the command. It's got to:
A) Update the database with the new total of points for the animal
B) Update the database with the new points for the member
C) Update the database with the new total of earnings for the animal
D) Update the database with the new amount of money for the member
E) I also need help with the lovely display of say, show.php?id=021512 with the 1st, 2nd, 3rd place finishes, all the way down the line to the last place finish.

Anyone that can offer their expertise with this I would really appreciate it!
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

repost - original thread: viewtopic.php?p=150508
Locked