I received this error when trying to include a file
Warning: Failed opening 'http://localhost/dvd/home.php' for inclusion (include_path='.;c:\apache\php\pear') in c:\apache\htdocs\dvd\file.php on line 1
Any idea what it would do this? What is pear?
Thanks!
Failed to include ?
Moderator: General Moderators
- nickman013
- Forum Regular
- Posts: 764
- Joined: Sun Aug 14, 2005 12:02 am
- Location: Long Island, New York
If you want me to convert that to baby language so its easy for you to understand here you go.
A BAD include:
A GOOD include:
A BAD include:
Code: Select all
include("Location:/images/pictures.html");Code: Select all
include("Location:/path/from/root/public_html/images/pictures.html");