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!
I want to have a table with data in that the top row is the main result and every row after it subtracts it's value from the to value, or the greatest value in the column in the Mysql table. so it would be like:
John 100 100
Matt 75 -25
Jimi 50 -50
Bart 25 -75
etc...