Php Mysql Based Listings
Classified script
We are in need of a php/mysql based script for a group of websites dedicated to Inns and lodging listings. the requirements for this script would be as follows:
Multiple sites accessing one database to sign up and deliver listings
Different sign up forms for each site
Different pricing for each site, and different priced packages
Featured listings
xhtml/css template based listings so the results can be Curled and customized for each site
Ability to retrieve listings and search though info contained in url ex. http://www.url.com/?state=ca&name=some%20inn
Resize photos automatically using Image Magick or GD
Process credit cards automatically.
Schedule billing
Our current sites use a antiquated cgi based system called listing manager (http://www.interactivetools.com/products/listingsmanager/) which can’t accomplish the first two items. Currently we curl all of data in, and this seems to work well, were open to suggestions on a better way to accomplish this but a complete template system is out of the question. Here is a example of one of our current sites and the pages they curl from.
user sees: http://bestcountryinns.com/ca.php
curled from: http://bestcountryinns.com/cgi-bin/listman/exec/search.cgi?search=1&perpage=10&marknew=1


