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 working on auctions solution, users will be able to bid on products for a given time.
there is product A for 10 days and users will bid on it.
Now the problem is how I will come to know that time is now over and the highest bidder is "xyz" the problem is as soon as auction gets ended i want to send email to the highest bidder. Like auction gets needed on 4th Nov mid night at the same time i want to send email to highest bidder that he is the winner and he need to submit the money.