PHP Classes

having some problems

Recommend this page to a friend!

      cURL  >  All threads  >  having some problems  >  (Un) Subscribe thread alerts  
Subject:having some problems
Summary:I try to capture any url outside of my server it works
Messages:2
Author:Kevin
Date:2006-11-21 15:39:04
Update:2006-11-22 17:20:59
 

  1. having some problems   Reply   Report abuse  
Picture of Kevin Kevin - 2006-11-21 15:39:04
The problem is if i use this url below
fetchads.com/login/index.php

It will not work. Every other url outside of my server works anything local to my server I can't display it. Any ideas. Do i have turn something on Apache?

Thanks...

  2. Re: having some problems   Reply   Report abuse  
Picture of Richard Munroe Richard Munroe - 2006-11-22 17:20:59 - In reply to message 1 from Kevin
I don't think I've ever tried this, but there's nothing in the PHP wrapper that would preclude doing it. From the code's perspective it's just another URL and it doesn't care that it's a local machine.

There might be something in curl itself, but I can't imagine what. If you're running a linux box, you might try the interactive curl command and see what happens (or running cygwin on a Windoze box). Curl could conceivably be optimizing accesses to your local machine through the localhost interface or somesuch, but I've never heard of that being the case.

Sorry I can't be of more help.

Best,

Dick Munroe