Im trying this little example of mine, Im trying to include
a file from a remote webserver but could not possibly get
it to work..


Here is the written code:

### A WORKING CODE // LOCAL FILE
<?php
$file = "one.php";
include($file);
?>
###

### DID NOT WORK // REMOTE FILE
<?php
$file = "http://192.168.129.103/noc/chikkaps.txt";;
include($file);
?>
###



Your help is much appreciated!

thanks,
louie...



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to