Archive of 2010 February

07Feb2010
Author
Dave
Category
PHP
Tags
, , , ,
Article pagination with OOP (split article into pages) Thumbnail

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].

Read MoreLeave a Comment
03Feb2010
Author
Dave
Category
PHP
Tags
, ,
Strip tags from a string Thumbnail

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.

Read MoreLeave a Comment
01Feb2010
Delete rows from a MySQL database with a confirmation Thumbnail

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.

Read MoreLeave a Comment