Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Need help calling a php page

New Here ,
Sep 11, 2009 Sep 11, 2009

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!

TOPICS
Advanced techniques
761
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Sep 11, 2009 Sep 11, 2009
LATEST

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources