Re: [PHP] Error handling (skip this message my mistake)

This is a discussion on Re: [PHP] Error handling (skip this message my mistake) within the PHP General forums, part of the PHP Programming Forums category; Sorry, i found the error. it was my mistake ----- Original Message ---- From: It Maq <itmaqurfe@yahoo.com> To: ...


Go Back   Usenet Forums > PHP Programming Forums > PHP General

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 03-11-2008
It Maq
 
Posts: n/a
Default Re: [PHP] Error handling (skip this message my mistake)

Sorry,

i found the error. it was my mistake

----- Original Message ----
From: It Maq <itmaqurfe@yahoo.com>
To: php-general@lists.php.net
Sent: Tuesday, March 11, 2008 11:38:10 AM
Subject: [php] Error handling

Hi,

I need help with a simple script that i made for handling errors. The problem is that the script displays the same message several times while i want it displayed just one time.
He is the code:

<?php
function error_handler($errno, $errstr, $filename, $lineno, &$context)
{
if ($errno == E_STRICT) {
echo "you are in the function error_handler<br>";
echo $errno. "<br>";
}
}
set_error_handler(error_handler, E_STRICT);
ini_set('error_reporting', 0);

$conn = mysql_connect(localhost, root, iolfsyd) or trigger_error("connection au serveur failed",WARNING);

?>

Thanks




__________________________________________________ __________________________________
Be a better friend, newshound, and
know-it-all with Yahoo! Mobile. Try it now. http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ






__________________________________________________ __________________________________
Looking for last minute shopping deals?
Find them fast with Yahoo! Search. http://tools.search.yahoo.com/newsearch/category.php?category=shopping
Reply With Quote
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 07:21 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0