Posted by Rik on 02/23/07 00:17
Allan R. Batteiger <arb@rtsi.com> wrote:
> Notice: Undefined variable: php_errormsg in
> /home/WB5QNG/public_html/RMBformtoemail.php on line 67
> I am not a php programmer and I have spent the last couple fo days trying
> to figure out how to get any possible error messages from this script to
> enlighten me as to where the problem may be. Any help would be greatly
> appreciated.
<http://nl3.php.net/manual/en/ref.errorfunc.php#ini.track-errors>
ini_set('track_errors',true);
Or define it in php.ini/httpd.conf/.htacces
--
Rik Wasmus
[Back to original message]
|