Need help calling a php page
Hi
I want to call http://www.mosttraveledpeople.com/CallPIP.php?lng=37.7751&lat=-122.41
and fetch into cold fusion the value returned from this page: "89"
I tried
<cfhttp url="http://www.mosttraveledpeople.com/CallPIP.php?lng=37.7751&lat=122.41" resolveurl="no"></cfhttp>
<cfset MTPLocid = HTMLCodeFormat(CFHTTP.FileContent)>
but I get the source code ...
How do I call this page and get the result.
(probably not an advanced topic!)
matthew@kleinosky.com
Thanks!
