PDA

View Full Version : Product Search for Online Shop


White:Knight
03-06-2006, 05:43 PM
Hi Guys,
Can anyone tell me waht I use to make a product search for a online shop. Some thing simular to any search you carry out at say an electrical shop and it brings that item up.
I heard PSP Was the best scripting to do this. Has anyone got any script that they could help out or suggest a goo dprogramme that creates such scripts.

Hope you can help,

White:Knight

ryan.coughlin
03-06-2006, 09:01 PM
Hi,

This is a huge site with tons of PHP coding tutorials, this is where I got my search tutorial and you just edit the variables to match your SQL, etc.

http://www.pixel2life.com/tutorials/PHP_Coding/All/

Hope it helps,

Ryan

The Man
03-07-2006, 04:39 AM
Yeah Pixel2Life is a very good site.

To make a search you would be better off with a database, say MySQL. You could then set up full-text searching (http://www.mysql.com/search/?q=fulltext&charset=).

White:Knight
03-07-2006, 07:46 AM
Thanks Guys!

I will look through the site there is allot of good scripts.

But do you know of any programs that will create a database search engine. e.g so you just input the page you want it to view if a certain keyword is searched and an image is shown?
Or are there any companys that offer this service, they make you a search engine?

White:Knight