Article pagination with OOP (split article into pages)

Article pagination with OOP (split article into pages)

Saturday 9th of January 2010 in PHP

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

Strip tags from a string

Tuesday 5th of January 2010 in PHP

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

Saturday 28th of November 2009 in PHP

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

Limit the amount of characters from a MySQL Query

Saturday 28th of November 2009 in PHP

Tutorial to limit the amount of characters from a MySQL query.

Login Script with Validation

Login Script with Validation

Saturday 28th of November 2009 in PHP

A login script tutorial to log users into your database driven site using sessions