AJAX with PHP (CIOL)

AJAX with PHP (CIOL)
Now that you know how to use AJAX with ASP.NET , let us take you a step further. Similar to Web services and XML, libraries for AJAX are available for many programming languages, not excluding PHP. For a quick recap on what is AJAX, it allows a JavaScript on a Web page to call a server-side script.

No more cryptic error messages with PHP custom error handlers (Tech Republic)

No more cryptic error messages with PHP custom error handlers (Tech Republic)
PHP comes with built-in tools to let the developer trap script errors and divert them to their own user-defined error handler. You can program this handler to display a more informative error message, log the error to a file or database and/or take remedial action.