Posts Tagged ‘ summary ’

Jiansen Lu's Blog: Summary of PHP commands (2)

November 9, 2010
By

PHP Error Handling . Simple "die()" statements; Custom errors and error triggers; Error reporting. PHP Exception Handling. With PHP 5 came a new object oriented way of dealing with errors. Exception handling is used to change the normal ...

Read more »

eneter.net: Error Handling and Diagnostic in Eneter.Messaging …

August 15, 2010
By

Summary: The article describes the error handling behavior of Eneter.Messaging.Framework and shows how to use Debug View for the diagnostic. Introduction for newcomers. If you are new, then Eneter.Messaging.Framework is a middleware ...

Read more »

Solutions to SQL Injection Attack – Hungred.com

August 22, 2009
By

The best way is to prevent such embarassement by providing a more end-user type of message with a php error handling function. function sql_failure_handler($query, $error) { $msg = htmlspecialchars(“Failed Query: {$query} SQL Error: ...

Read more »

RubyForge: libxml-ruby-0.9.8

January 29, 2009
By

Tor Erik Linnerud - Tracking down a hard to find error in libxml- ruby's error handling . And also welcome Joe Khoobyar as a new committer to the project. As seen in the feature list above, Joe made some great contributions to this ...

Read more »