PHP & MySQL Tutorial 11: Extending a Basic Blog: Part 1
This tutorial goes over an inner join SQL query and extending the basic blog from tutorial 10 to have a link to a single-post page. First of all, I am basing this tutorial on the last tutorial(10), which established a basic blog. Here we are going to compound the original statement, and make a link in the main blog to post pages where it shows only the post, and possibly more content in the future. Make sure to see Part 2 and 3!
PHP Tutorials: Pagination (Part 1)
Visit the forum for help! phpacademy.info Follow on Twitter! twitter.com Paginating results from a MySQL database. This is a (almost) simple method of showing paginated results effectively.
PHP Basics: GET variable
Used for passing variables between pages on the submission of forms or manual entry in the URL (address) bar of your browser.
PHP Tutorials: Pagination (Part 2)
Visit the forum for help! phpacademy.info Follow on Twitter! twitter.com Paginating results from a mysql database. This is a (almost) simple method of showing paginated results effectively.

