PHP Designer 2007 5.03

PHP Designer 2007 5.03
Chris Wiles, vnunet.com, Friday 8 September 2006 at 00:00:00 Create your own PHP code This is the publisher?s description. PHP Designer 2007 is a free Integrated Development Environment (IDE) for PHP for both beginner and professional developers….> ;Read the full article

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.