Computers and Technology
Posts tagged mysql
Creating a Blogging System (Part 2)
Jan 18th
Okay, in my first tutorial, you learned about creating an install script for your blog as well as the entry form that will add your blogs.
In this tutorial, I’ll teach you how to parse the data out for your audience and how to edit your entries.
/* LET'S GET STARTED! */
Creating a Blogging system (part 1)
Jan 13th
Some time ago (a couple weeks), I created my own blogging system. No one told me how to do it and I didn’t read any tutorials on how to do it either so there were a few things I learned the hard way. As you know, Blogs are database-based, they’re all entries in a table.
You have an entry for the id, date, the content, and miscellaneous other information such as tags, and description. In this tutorial, I’d like to teach you how to do all that.
/* LET'S GET STARTED!*/
