Posted by Anonymous Wed 28th Feb 2007 15:58 - Syntax is PHP - 42 views
Download | New Post | Modify | Show line numbers
Download | New Post | Modify | Show line numbers
PHP parser reported no syntax errors in this post!
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
"http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
"Content-Type" content="text/html; charset=UTF-8" />
SalesTrak CRM Components
"icon" href="/favicon.ico" type="image/x-icon" />
"shortcut icon" href="/favicon.ico" type="image/x-icon" />
"stylesheet" type="text/css" href="salestrak.css" />
"body">
$addr = '1 St James Square, Hoyland, Barnsley, UK';
//http://api.local.yahoo.com/MapsService/V1/geocode?appid=me&location=1%2BSt%2BJames%2BSquare%252C%2BHoyland%252C%2BBarnsley%252C%2BUK
include 'geocode.class.php';
$objGeo = new geocode;
$a = $objGeo->yahoo_geo($addr);
echo "
?>
"http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
"Content-Type" content="text/html; charset=UTF-8" />
"icon" href="/favicon.ico" type="image/x-icon" />
"shortcut icon" href="/favicon.ico" type="image/x-icon" />
"stylesheet" type="text/css" href="salestrak.css" />
"body">
"addressForm">
"map">
"mapTest">
$addr = '1 St James Square, Hoyland, Barnsley, UK';
//http://api.local.yahoo.com/MapsService/V1/geocode?appid=me&location=1%2BSt%2BJames%2BSquare%252C%2BHoyland%252C%2BBarnsley%252C%2BUK
include 'geocode.class.php';
$objGeo = new geocode;
$a = $objGeo->yahoo_geo($addr);
echo "
"; print_r($a); echo "";
?>
PermaLink to this entry https://pastebin.co.uk/11169
Posted by Anonymous Wed 28th Feb 2007 15:58 - Syntax is PHP - 42 views
Download | New Post | Modify | Show line numbers
Download | New Post | Modify | Show line numbers
Comments: 0