Web Hosting Talk







View Full Version : php and mysql search


sdreams
10-11-2004, 04:07 PM
hello,

my website is mainly regarding vacation rentals of all kind in Spain. All accommodations are added manually and then shown in their respective province ordered alphabetically by town.

I would like to offer a search function to the visitors and hope it is ok to show a link to a page (see information in the center) I prepared in order to explain what I would like to set up:

spaindreams.com/eng/search.htm


I suppose this search could be done with php and mysql or maybe even with some kind of other program.
My server is Unix and PHP and Mysql are installed.

Help on this would be very much appreciated as I have been looking quite a lot for information, but....

Thanks for reading my message

cristiu
10-11-2004, 05:04 PM
Yes you may search with PHP and MySQL...you must store data for your search and after that extract data from mysql to search and dysplay to users....

Veghost
10-11-2004, 08:22 PM
Your web server has CPanel so you might try to use CPanel build in search script.

Burhan
10-12-2004, 04:13 AM
If you want a more robust solution, mnogoSearch (search.mnogo.ru/ ) is a free search engine that uses MySQL and has bindings for PHP.

sdreams
10-13-2004, 10:24 AM
Thank you for your time.
Probably I will look for someone to set up some kind of search function

Promethyl
10-13-2004, 11:47 AM
You could request programmers to enter a search function. Are you wanting location search or reservation search?

sdreams
10-14-2004, 05:15 PM
suppose you could call it location search as shown in the link before.

thanks