Home > PHP, Programming > Simple Auction Bidding Script

Simple Auction Bidding Script

October 28th, 2009

I need a 1-page php auction bidding script with these features:

- Form for bidder contact info
- allow a way to track return bidders who want to re-bid (so they don’t need to reenter info)
- list of items for auction with field for bid amount
- highest bid is shown on web page next to item bid field
- bidder gets emailed if someone over bids them
- viewable log of all items showing bids with highest bids on top, with bidders name
- minimum bid amount notice if someone gives a low bid
- email sent to multiple addresses when bid is made
- clock or timer for when bidding ends (same for all items)
- Should be easy to integrate into existing web page and somewhat easy to add/remove new items.
- bidder should also get email regarding their bid, and notification when they win the auction.
- bidder can bid on all or some of the items

Notes: I can setup the auctioned items manually on the page with HTML, so no need for a item management system, but I would like a way to add/remove items if needed.

Visual overview.. contact form on top, list of items to bid on with fields to enter a bid, then on the bottom a submit button.

If you have any suggestions, just let me know.

thanks


Simple Auction Bidding Script