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

Codewalkers.com:
New Things on the Tutorial Front (Pagination & Ajax)
Nov 20, 2006 @ 14:46:00

From Codewalkers.com today, there's two new tutorial-related bits of information we wanted to pass along - one's an update to a current tutorial, "Multiple Pages of Data from a Text File", and a brand new tutorial - "Quick and Dirty Ajax".

The update to the pagination tutorial includes a bit broader scope of functionality - mainly allowing for pagination from database results and how to be sure you're not dropping any additional query string variables included in the script (always a good thing).

The Ajax tutorial goes through just the basics - how to create and make the connection to a background PHP script. They also give a more "real world" example than just a "hello world", a script that can handle two types of requests, one of which is a call to a database to return results back to the script.

tagged: tutorial update ajax quick pagination database query paramater tutorial update ajax quick pagination database query paramater

Link:


Trending Topics: