how to setup autobidder in auction site ?

Not for 'how-to' coding questions but PHP theory instead, this forum is here for those of us who wish to learn about design aspects of programming with PHP.

Moderator: General Moderators

Post Reply
nithin
Forum Newbie
Posts: 1
Joined: Tue Jul 19, 2011 11:13 pm

how to setup autobidder in auction site ?

Post by nithin »

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..
User avatar
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 ?

Post by Jonah Bron »

Sounds like a CRON job, but I'm not sure. Can you elaborate on how you want it to work?
Post Reply