I am a newbie to xml. I have a web page that displays a kist of info from an xml file. I would like to be able to click on any of the items (real estate listings) and open a page with more info like this. I thought I had it figured out, but I get the same record from the xml file no matter what listing I select.
Right now, the link I have been trying to test is in the single family home section.
Judging by the URL links, you're probably not passing in the parameter correctly. I would pass it as something like:
iter3-propertyDetail-res.php?propertyId=234242
and have the page look for the propertyId attribute in the url.
While the MLSNumber shows correctly in the link, the info displayed in the propertyDetail page is the first listing in the xml table (which just happens to be Jason).
Bookmarks