Article pagination with OOP (split article into pages)
When you have a long article you may want to split the article into pages. This is easy to do on a static page but what if you have a dynamic page if would be better to let php split the article into pages every time you have a certain tag like say [more].
Strip tags from a string
From time to time you may need to remove certain tags from a string but leave other tags in tact, This tutorial will show you how to accomplish this.
Delete rows from a MySQL database with a confirmation
Delete rows from a MySQL database with a confirmation
This tutorial shows you how to delete rows from your database and uses a JavaScript powered confirmation basically when you press delete a confirmation message will appear asking if you want to delete then item making sure you meant to delete it.
Limit the amount of characters from a MySQL Query
Tutorial to limit the amount of characters from a MySQL query.
Login Script with Validation
A login script tutorial to log users into your database driven site using sessions


