Posts Tagged ‘pages’

PHP Tutorials: Admin only pages (Part 2)

Create admin only access pages with this suprising simple and secure method.

Pagination Tutorial for PHP MySQL Programmers – Web Intersect Paging Database Results

Get the independent generic version of this tutorial in text tutorial form here: www.developphp.com Web Intersect Source Code: www.webintersect.com Adam teaches how to throw down on custom PHP MySQL Pagination programming.

PHP Tutorial: Dynamic Pages

In this tutorial I will show you how to make Dynamic pages using PHP. This is a very simple and effective tutorial. If you follow everything along correctly, you will have a really good result and quick loading pages. Useful PHP tutorial links: www.w3schools.com www.php.net www.developphp.com www.phpacademy.info Thanks for watching, Joe.

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.

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 tutorial: Simple login whitout Database #1

Simple PHP login tutorial.