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

DevShed:
Creating the Blog Script for a PHP/MySQL Blogging System (Part 2)
Oct 10, 2006 @ 16:19:00

Continuing on with their creation of a simple blogging script, DevShed has posted part two in the series - Creating the Blog Script for a PHP/MySQL Blogging System.

In this second part of a three-part series on blogging with PHP and MySQL, we will be looking at the actual blog. The blog will be simplicity itself. I have created a style sheet that will help in making the blog look clean and neat. The blog will be based purely on a open blog system.

This time, they'll be looking at creating the database tables and making two key files in PHP - the main index.php page and the comments.php to allow visitors to share their opinions. They dont give any kind of integration example with the previous part, though. They just expect you to understand and know how to tie the login script in with these new pieces.

tagged: blog open mysql script system tutorial database comment index blog open mysql script system tutorial database comment index

Link:


Trending Topics: