On Wednesday, June 26, 2002, at 03:19  PM, <[EMAIL PROTECTED]> wrote:

> tecnically whats the diffrance if I do:
>
> require("http://localhost/image.gif";);
> or
> require("http://www.domain.com/image.gif";);  ?

The first one requires the file at "localhost/image.gif", and the second 
one requires the file at "www.domain.com/image.gif".


Erik




----

Erik Price
Web Developer Temp
Media Lab, H.H. Brown
[EMAIL PROTECTED]


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

Reply via email to