Accessing remote files in PHP

Remote file access script with fopen() and file_get_contents()

Read more...

Search from multiple tables

Search from multiple tables

Read more...

Deleting files with PHP

To start off, we create a function and pull through the file we're going to delete.

Read more...

MySQL results by today s date

If you only want the date portion of the timestamp for comparison.

Read more...

Deleteing rows Older than 1 h

Deleteing rows Older than 1 h

Read more...

An Introduction to Loops in PHP

In PHP there are several different types of loops. Basically what a loop does is evaluate a statement as true or false.

Read more...

Clearing floats

A common problem with float-based layouts is that the floats' container doesn't want to stretch up to accomodate the floats.

Read more...