* Thus wrote Nik ([EMAIL PROTECTED]):
> Include a content from another URL into the current output. I have done
> something like
> this:
> 
> ------ code start
> <?php
>  include 'http://myotherurl.com:8080';
> ?>
> ------ code end

You want to use readfile() instead.
  http://php.net/readfile

Curt
-- 
"I used to think I was indecisive, but now I'm not so sure."

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

Reply via email to