|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-02-28 08:01 UTC] sander@php.net
[2002-02-28 10:27 UTC] sniper@php.net
[2002-02-28 10:28 UTC] sniper@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 29 06:00:01 2025 UTC |
Whenever I open our client webpage and view the recommendation and quotation links that uses php, I get below error: Warning: Failed opening '/usr/local/lib/php/bbph_smtp.php' for inclusion (include_path='/usr/local/lib') in /usr/data/ftp/info/Forms/List/recommend.php on line 2 We have install/ run a script on our server that uses smtp.pph and we instruct our client to include the "bbph_smtp.php" script on their phpscripts that will call this function: the syntax is: bbphmail (string to, string subject, string message [,string additional_headers]); the command is: include ("bbph_smtp.php");