Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

PHPBuilder.com:
Beginning Ajax with PHP: From Novice to Professional
Jan 05, 2007 @ 14:27:00

PHPBuilder.com has another in a series of book excerpts posted on their site today. This time, it's a look at Ajax and PHP as pulled from the Apress book "Beginning Ajax with PHP: From Novice to Professional".

The ability to make a call to the server without a page refresh is one that is quite powerful, if harnessed correctly. With the help of the powerful PHP server-side language, you can create some handy little applications that can be easily integrated into any web project.

They take some time to explain what an Ajax connection is before getting into the code - a basic example that just shows/hides content. They include both the HTML/Javascript to handle the front end and the PHP to handle the backend creation of the calendar (the content) itself.

tagged: ajax novice book exceprt apress tutorial ajax novice book exceprt apress tutorial

Link:


Trending Topics: