Hi,
Having brought the excellent book "PHP MySQL Website Programming - Problem - Design - Solution" i am trying the code. It makes use of PEAR :: DB but i always get the following error.
Fatal error: Call to undefined function: query() in /home/linHost/www/dev/lib/classes/class.news.php on line 233
I have checked the PEAR :: DB installation and that is all correct. I am at a complete loss 😕 . Any help is much appreciated.
TIA
Paul
nobody can help you if you don't post line 233 from your code.
Sorry about that.
Here is the line:
if (Mail::isError($mailTmp = $this->_oMail->send($sEmail, $aHeaders, $sBody))) { catchExc($mailTmp->getMessage());
i know it has nothing todo with quer(). But that is the correct line