Page is a not externally linkable
- Code, Content, and Presentation
-- PHP Server Side Scripting
---- Pear Configuration issue


rocknbil - 3:57 pm on Jun 12, 2012 (gmt 0)


Instead of this,

require_once('../php/mail/mime.php');
require_once('../php/Mail.php');

try this (for example),

require_once('/usr/local/bin/php/mail/mime.php');
require_once(/usr/local/bin/php/Mail.php');

Includes and requires are file system paths, not URL's/URI's.


Thread source:: http://www.webmasterworld.com/php/4463752.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com