Im developing an auction site like ajax penny auction. My problem is how to create autobidder in my application similar to the one in penny auction.Ive seen that their autobidder is taking one bid in each second. How can I do such a task? Is it done by scheduling a cron in every second ? or is there any other convenient method for that ?
please help me..
thanks in advance..
how to setup autobidder in auction site ?
Moderator: General Moderators
- Jonah Bron
- DevNet Master
- Posts: 2764
- Joined: Thu Mar 15, 2007 6:28 pm
- Location: Redding, California
Re: how to setup autobidder in auction site ?
Sounds like a CRON job, but I'm not sure. Can you elaborate on how you want it to work?