On Thu, 2003-10-30 at 17:00, Chris Shiflett wrote:
> Maybe it times out? Maybe the server where your PHP script is located
> cannot access the server at ***.com? Maybe the output that output.php
> generates isn't what you expect?
> 
> Basically, because you can include Google's home page successfully,
> the error lies in something else. Try this from the server hosting
> your PHP script:
> 
> wget http://***.com/output.php
> 
> Then type:
> 
> vi output.php
> 
> Are the contents what you expect?

That's it i cannot wget it from the webserver i get 
failed: Connection timed out.

i tried to wgetit from another machine and i get the desired output.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to