Skip to main content
Participant
September 11, 2009
Question

Need help calling a php page

  • September 11, 2009
  • 1 reply
  • 783 views

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!

This topic has been closed for replies.

1 reply

matthewraAuthor
Participant
September 11, 2009

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