Forum Moderators: coopster
I am getting the following error.
Where do you think i am getting it wrong?
Please advice
Warning: include() [function.include]: URL file-access is disabled in the server configuration in /home/marketin/public_html/index.php on line 3
Warning: include(http://www.examplea.com/header.php) [function.include]: failed to open stream: no suitable wrapper could be found in /home/marketin/public_html/index.php on line 3
Regards,
Saboi
[edited by: eelixduppy at 1:53 pm (utc) on Oct. 6, 2008]
[edit reason] exemplified [/edit]
If the url you want is actually on the same server then dont call it with http://www.example.com/page.php, just call it as path/to/script.php.
If the script is actually on another site then you will need to copy it over as a local script so that you can use it.