Forum Moderators: coopster & phranque

Message Too Old, No Replies

The best way to build my pages

         

dreaming of nascar

7:12 pm on Feb 10, 2003 (gmt 0)

10+ Year Member



Earlier I wrote about including CGI scripts in my web pages. Maybe this is more what I meant...

My site's products are always changing, if something is bought, the product has to be taken off the site, if I have something I bought then I have to add it to the website. I am trying to find out what the best way for me to go about programming this would be. Also, I need to somehow build a search script to search the products on my site. I hope that some of you out there will be able to help me with this. I would appreciate any help given. Thanks

dreaming of nascar

lorax

7:29 pm on Feb 10, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Essentially what you're looking for is a shopping cart without the CheckOut ability. You can either build such a beast or check out any of the script forums like HotScripts.com. You should find plenty to choose from.

jatar_k

2:57 am on Feb 11, 2003 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



If you store it all in a db you can have a flag for biew or some such. Then when someone buys it you flag it as false/not viewable and then your queries could select only viewable elements.