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 am using the following code to keep track of purchases. The tracking will return the user, item, month of purchase, total spent, and status of payer. I want to add up all of the purchases made for the month and return that value to the page. My data base is using the standard unix time stamp. Does anyone have any ideas?