Hi,
I have a PHP script that connects to a database, and reads the number of entries for each person on a list. The script then divides the number of entries for the person by the total amount of time each entry was open before being responded to. Works great.
However,
When the person has no entries, PHP reports the following...
Warning: Division by zero in /home/www/mfacs/php/thepagename.php on line 55
Is there any way I can suppress this internal PHP error message?
Thanks,
Bill





Bookmarks