Can PHP solve Condo Search Queries?

My question is simple: Rent.com…what they’ve got (database wise), I want. Can PHP be used to build a condo/apartment search query database on a website? I simply want to add a database (in the form of search query fields) on my condo’s website that allows users to search for condos by number of bedrooms, baths, etc. I have no clue as to what type of software/programming language is used to build such forms/databases.

Thanks in advance for any advice.

Welcome to the SP forums.

Yes you can use MySQL (the database) and PHP (the server side scripting language).

If you know nothing about programming, it might be a tough job though. You might want to look for a ready-to-use script. Try googling for it and see if something useful comes up.

Thanks Guido2004 for the useful reply. I found some ready-made scripts that sell for reasonable prices.

THanks again!