Wrox Programmer Forums
|
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: Beginning ASP 3.0 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old May 23rd, 2005, 03:44 PM
Registered User
 
Join Date: Apr 2005
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Default help in chap 15

hello again
plz ive asked if someone can discuss for me how chapter 15 example about buying and selling items work,
how will the sale end , and which one of the asp pages is for paying and choosing the higher bidder ..

thanks

 
Old May 23rd, 2005, 05:36 PM
Registered User
 
Join Date: May 2005
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Read Pages 697 onward;
Bidding: (bidders):)
Retrieve the item description; Display a summary of each bid on the item; Display the form to allow a bid; This is processes by AddBid.asp if the bid is higher than previous ones; Find the highest bid; Add the new bid details to the bid table; Repeat for every bid.

Page 713
Accepting: (Seller)
Retrieve and display bids; Click to sell to the highest bidder; Item set to 'Pending' from 'Active' so will not appear for further bidding and sale table updated (SellerApproval set to yes);

Page 719
Bidder Notified::)
User logs into system and is notified of success; Acknowledge purchase; BuyerAcceptance.asp; Sale table modified (Buyer Acceptance is true); Item table updated as sold.


The whole thing is only an incomplete example and nothing much else happens as stated on page 721 the example 'merely scratches the surface'.
You could add to page 721 an item to notify bidders an sellers by email or any number of other modifications.;)

 
Old May 25th, 2005, 02:59 AM
Registered User
 
Join Date: Apr 2005
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Default

hello :)

Thanks alot for ur discussion ...







Similar Threads
Thread Thread Starter Forum Replies Last Post
php5 chap 15 help needed twr Beginning PHP 1 January 5th, 2008 06:20 AM
Pro PHP Chap 15 kgmcmillen Pro PHP 1 April 20th, 2006 02:38 PM
chap 15 manal_sag BOOK: Beginning ASP 3.0 2 July 10th, 2005 03:29 AM
Sessions - Chap 15 mminnie BOOK: Professional PHP 5 ISBN: 978-0-7645-7282-1 1 January 10th, 2005 04:25 AM
Chap 15 - Notifying the Bidder airhart BOOK: Beginning ASP 3.0 2 September 4th, 2003 03:05 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.