Posts Tagged ‘pages’

PHP Tutorials: Easy Pagination (Part 2/3)

Part 3/3: www.youtube.com Easy pagination with PHP, by splitting results from a database into seperate pages. Official website phpacademy.org Support Forum http Follow us on Twitter! twitter.com

PHP Tutorials – Dynamic HTML Web pages using PHP part 1

In this tutorial, I code the basic web page involved in making the dynamic website. It is always best to make the HTML page first and then later decide which elements within your website you would like to be dynamic….. Once I have made my page then I like to cut the page up into elements to start coding my PHP… Keep watching this is a very good starting point to build upon your knowledge of Dynamic web pages

PHP Tutorials: Dynamic Pages (Part 3/3)

Load files into a content area dynamically using $_GET (eg index.php?p=contactus) WEBSITE phpacademy.org FORUM http TWITTER twitter.com FACEBOOK www.facebook.com

PHP Tutorials: Dynamic Pages (Part 2/3)

Load files into a content area dynamically using $_GET (eg index.php?p=contactus) WEBSITE phpacademy.org FORUM http TWITTER twitter.com FACEBOOK www.facebook.com

PHP Tutorials: Dynamic Pages (Part 1/3)

Load files into a content area dynamically using $_GET (eg index.php?p=contactus) WEBSITE phpacademy.org FORUM http TWITTER twitter.com FACEBOOK www.facebook.com

PHP Tutorials: Dynamic pages (Security update)

A security update on my previous tutorials whereby you stop the potential for directory swapping.

PHP Tutorial: Basic Template System [part 01]

In this video I explain the folder structure, the index.php page and code most of the init.inc.php file.

PHP Tutorial – 03 – Variables

This PHP tutorial lives at: www.programmingvideotutorials.com The video demonstrates how to variables in PHP.