Skip to content

Instantly share code, notes, and snippets.

@gotoplanb
Created March 12, 2012 14:02
Show Gist options
  • Save gotoplanb/2022123 to your computer and use it in GitHub Desktop.
Save gotoplanb/2022123 to your computer and use it in GitHub Desktop.
$infoRequest = 'http://www.bosshardtrealty.com/requestinfo.php?searchtype=commercialforsale&m='
$infoRequest .= $listinginfo['ListingID']
$infoRequest .= '&i='
$infoRequest .= $listinginfo['AgentID']
$infoRequest .= '&c='
$infoRequest .= $listinginfo['City']
$infoRequest .= '&a='
$infoRequest .= $listinginfo['Address']
$infoRequest .= '&p='
$infoRequest .= $listinginfo['ListPrice']
$infoRequest .= '&PROPERTYTYPE=C&listagent='
$infoRequest .= $listinginfo['ListAgent']
$infoRequest .= '&BTN=schedule&TB_iframe=true&height=450&width=430'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment