Search found 1 match
- Tue Jul 19, 2011 11:28 pm
- Forum: PHP - Theory and Design
- Topic: how to setup autobidder in auction site ?
- Replies: 1
- Views: 2099
how to setup autobidder in auction site ?
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...