Tutorials: build a blog: page: 3
-
1
Welcome to Part 3 of my Build A Blog tutorial.
We know now how to create the table, and insert our entries, but it doesn’t do us much good if we can’t display them. In this instalment we’re going to learn how to make an index page and a single entry page.
June 10, 2004 |
By Michelle |
Comments Off |
Filed under Build A Blog, Tutorials
-
2
This is the continuation of Part 2 in a series on how to build your own blog. You can find the whole series in the Build A Blog category.
June 5, 2004 |
By Michelle |
Comments Off |
Filed under Build A Blog, Tutorials
-
3
This is part 2 of a series on how to build your own blog. If you missed the last entry, you can find it here.
This instalment is going to teach you to write an HTML form which is processed by a small PHP script that submits to your database. This will allow you to write and save your blog entries.
June 5, 2004 |
By Michelle |
Comments Off |
Filed under Build A Blog, Tutorials
-
4
This is the first of several tutorials that will ultimately teach you to create your own blog using PHP and MySQL. I’m going to try to write it to the newbie coder, and hopefully you’ll gain a better understanding of PHP along the way. I’ll try to write one tutorial per week.
June 2, 2004 |
By Michelle |
Comments Off |
Filed under Build A Blog, Tutorials