Posts Tagged ‘Blog’

PHP Tutorial: RSS Feed Generator [part 01]

WEBSITE: betterphp.co.uk In this video I show you how to create the RSS generator demonstrated in the previous part.

How to create a CMS with PHP // Part 3 Getting Individual Posts

In this series I’ll show you how to make a CMS with PHP using modern techniques using Classes and Functions to get the best result on your page.

PHP Tutorials: Time Since Post (Part 1)

Show you how to display the time since a specific post was made. You can apply this to comment systems, blogs, forums…the list goes on! Code available at phpacademy.info Visit the forum for help! phpacademy.info Follow on Twitter! twitter.com

PHP Tutorials: Creating a Blog (Part 11/11)

Creating a blog, from start to finish, with a MySQL database. Base files shown in the tutorial can be found in the source code section of the phpacademy forum. WEBSITE phpacademy.org FORUM http TWITTER twitter.com FACEBOOK www.facebook.com

PHP Tutorials: Creating a Blog (Part 2/11)

Creating a blog, from start to finish, with a MySQL database. Base files shown in the tutorial can be found in the source code section of the phpacademy forum. WEBSITE phpacademy.org FORUM http TWITTER twitter.com FACEBOOK www.facebook.com

PHP Tutorials: Creating a Blog (Part 1/11)

Creating a blog, from start to finish, with a MySQL database. Base files shown in the tutorial can be found in the source code section of the phpacademy forum. WEBSITE phpacademy.org FORUM http TWITTER twitter.com FACEBOOK www.facebook.com

PHP Tutorial: URL Shortener [part 02]

In this video I complete the backend file and create the shorten.php page.

How to create a CMS with PHP // Part 5 – Manage All Our Content

In this series I’ll show you how to make a CMS with PHP using modern techniques using Classes and Functions to get the best result on your page.

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 & MySQL Tutorial 10: Starting a Basic Blog Part 2

Here’s a start for beginner web programmers: a Blog which will evolve into not only A blog, but a content management system. Alas, we need a beginning. This tutorial first starts with setting up our blog system. This blog system is designed in a way that can be expanded for future tutorials for real application. Make sure to see Part 3!