Copy link to clipboard
Copied
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!
Copy link to clipboard
Copied
How do I call a webpage from coldfusion without redirecting to it?
I want to call http://www.smething.com/pagename.php/param=1
and then kepp going in my cold fusion page ...
thanks
matthew