product Database search

Thread Solved

Join Date: Sep 2008
Posts: 34
Reputation: crackerjacker is an unknown quantity at this point 
Solved Threads: 2
crackerjacker crackerjacker is offline Offline
Light Poster

product Database search

 
0
  #1
Oct 17th, 2009
Hi-

So im making a buying/selling website, where people can search through my catalog. and i have no idea how i would go about that. basicly i would have a database with all of my producs in it, and then people would type in a key word and a page would come up with the appropriate results.

Thanks in advance!

P.S. even if you don't know how to do this, if you could just point me in the right direction id apreciate it!
Reply With Quote Quick reply to this message  
Join Date: Sep 2009
Posts: 103
Reputation: Kruptein is an unknown quantity at this point 
Solved Threads: 5
Kruptein's Avatar
Kruptein Kruptein is offline Offline
Junior Poster
 
0
  #2
Oct 18th, 2009
You can simply do this with php, and include some ajax to make everything easier for the user, I don't know anything about ajax :p
with php you will have to make a html form like this:
  1. <form action='example.php' method='post'>//or an other page or get
  2. <input type='text' name='txt'></form>
example.php
Here you will need to do some queries to get a product from the database and show it to the user.
Reply With Quote Quick reply to this message  
Join Date: Sep 2008
Posts: 34
Reputation: crackerjacker is an unknown quantity at this point 
Solved Threads: 2
crackerjacker crackerjacker is offline Offline
Light Poster
 
0
  #3
Oct 18th, 2009
PhP, ajax. Got it. Thanks!!
Reply With Quote Quick reply to this message  
Reply

This thread has been marked solved.
Perhaps start a new thread instead?
Message:




Views: 305 | Replies: 2
Thread Tools Search this Thread



Tag cloud for HTML and CSS
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC