Linking to the Hotel Overview
search the city that the hotel is in. Click on the hotel overview. Not all
hotels have a overview page
In the address bar of your browser look for hotelID= and copy the number.
setup your link to point to hoteloverview.php and add ?hotelID=#######
it should like like the following.
hoteloverview.php?hotelID=10221704
Linking to the Hotel Brouchure
search the city that the hotel is in click on the hotel brouchure.Not all hotels
have a brouchure page
In the address bar of your browser look for hotelID= and copy the number.
setup your link to point to hotelbrouchure.php and add ?hotelID=#######
it should like like the following.
hotelbrouchure.php?hotelID=10221704
Linking to a City
To link to a city you should have the state/province if in Canada,Unitied States or Australia and you need to know the country code.
setup your link to point to listings.php at the end add ?city=cityname,statecode,countrycode
if the city has a space in it you need to make the space into %20 to work will
all browsers.
here is an example of a city with a space
listings.php?city=New%York,NY,US
here is an example of a country with no country codes used.
listings.php?city=Rome,,IT
Note the double commas
© 2003 XML Systems Inc.