MLS Number Search
2 posts by 2 authors in: Forums > CMS Builder
Last Post: February 17, 2009 (RSS)
By kitka - February 17, 2009
Hi Dave:
I am just working on a plan to use cms for a real estate agency.
I am planning to set up a number of custom fields for each listing...One being search by mls#
Before i recommend and purchase do you if there is any way of configuring the filed in the editor that when the client enters the MLS# it will automically link to realtor.ca search database
ie http://www.mls.ca/propertySearch.aspx
I am just working on a plan to use cms for a real estate agency.
I am planning to set up a number of custom fields for each listing...One being search by mls#
Before i recommend and purchase do you if there is any way of configuring the filed in the editor that when the client enters the MLS# it will automically link to realtor.ca search database
ie http://www.mls.ca/propertySearch.aspx
jim albert
Re: [kitka] MLS Number Search
By Dave - February 17, 2009
Hi Kitka,
This would totally rely on mls.ca and what they let you do, but having a quick look it seems like you can use this link to direct link to a MLS listing:
http://www.mls.ca/PropertyResults.aspx?Mode=5&id=V731595
You just change the value on the end to be the MLS # you want. So the code might look something like this:
http://www.mls.ca/PropertyResults.aspx?Mode=5&id=<?php echo $record['mls'] ?>
Hope that helps!
This would totally rely on mls.ca and what they let you do, but having a quick look it seems like you can use this link to direct link to a MLS listing:
http://www.mls.ca/PropertyResults.aspx?Mode=5&id=V731595
You just change the value on the end to be the MLS # you want. So the code might look something like this:
http://www.mls.ca/PropertyResults.aspx?Mode=5&id=<?php echo $record['mls'] ?>
Hope that helps!
Dave Edis - Senior Developer
interactivetools.com
interactivetools.com