PHP Url Include

Status
Not open for further replies.

vwd2009

New Member
Messages
1
Reaction score
0
Points
0
i have made a menu bar for web developement projects

but they have come up with this error:
HTML:
Warning: include() [function.include]: URL file-access is disabled in the server configuration

the code i used is this:
PHP:
<?php
include('http://www.vinnyswebdevelopement.com/uShareBar/index.php');
?>

so is there any way to enable this so i can get it working.

thanks in advance.
 

garrettroyce

Community Support
Community Support
Messages
5,609
Reaction score
250
Points
63
There is no way to enable this. Remote includes are horrifically dangerous to you and to the server.
 

Kayos

Community Advocate
Community Support
Messages
987
Reaction score
4
Points
0
Moved to community support.
 
Status
Not open for further replies.
Top