Monthly Archives: July 2009

netSupportChat » Properly handling mySQL errors in PHP

July 31, 2009
By

Use PHP's built-in trigger_error() instead of our own error handling, then override PHP's error handling with set_error_handler() to give a similar effect for all PHP errors! I hope you enjoyed part 1 of this series. ...

Read more »

Properly handling mySQL errors in PHP » netSupportChat

July 31, 2009
By

Use PHP's built-in trigger_error() instead of our own error handling, then override PHP's error handling with set_error_handler() to give a similar effect for all PHP errors! I hope you enjoyed part 1 of this series. ...

Read more »

Best Dot Net: Error handling in Ajax

July 29, 2009
By

1)On AsyncPostBackError event on the scriptmanager &ltasp:ScriptManager ID="ScriptManager1" runat="server" OnAsyncPostBackError="ScriptManager1_AsyncPostBackError"> 2)Implement the event on the server and set ...

Read more »

Django 1DOT1 Arrives Just in Time for DjangoCon 2009 – Webmonkey

July 29, 2009
By

DjangoCon 2009 sees the conference swinging north to Portland, Oregon where, from September 8-12 Djangonauts will gather to discuss Django tips , tricks and features. The first three days are conference days with this year's focus ...

Read more »

Dot Net: Error Handling in SQL Server 2005

July 29, 2009
By

TRY...CATCH The TRY...CATCH statement works same like in the programming languages. First it gets executed in the sql statement which have written in the TRY block and if there is any error occurs then it will get ...

Read more »

ASP .NET Programmers Guide: Application Level Error Handling in …

July 28, 2009
By

NET Error Handling Remarks. Be careful to handle possible errors in your Application_Error procedure. This procedure is executed when every error occurs, so Application_Error will call itself and it is possible to go in to infinite loop ...

Read more »

Comment on Advanced PHP Error Handling via PHP by 3 Ways to …

July 27, 2009
By

For more information on these directives, and for a more in-depth guide to logging errors with PHP, check out my article at Perishable Press, Advanced PHP Error Handling via PHP.

Read more »

3 Ways to Monitor PHP Errors

July 27, 2009
By

For more information on these directives, and for a more in-depth guide to logging PHP errors via HTAccess , check out my article at Perishable Press, Advanced PHP Error Handling via htaccess. ...

Read more »

How To Fix Error 1274 Problems :: Windows Help

July 24, 2009
By

Reparing Error 1274 is easy Error!permissions error(solved) PHP Error Handling Tutorials - TutorializedError!Mac Error Codes Description of MySQL Error 1274: SQLSTATE: HY000 (ER_SLAVE_IGNORED_SSL_PARAMS) SSL parameters in CHANGE MASTER ...

Read more »

Unlimited PHP Function Parameters

July 23, 2009
By

... to define an infinite number of arguments in such a way. PHP does, however, allow you to accomplish this through the function func_get_args(). Related posts: Strings and Output in PHP; Don’t Fear the Re(cursion)aper; PHP Error Handling .

Read more »