Archive for April, 2004

Human readable file sizes

Posted on April 5th, 2004 in Code Repository | 14 Comments »

size_readable() converts a number of bytes into human readable form.

Read the rest of this entry »

Recursively deleting a folder in PHP

Posted on April 5th, 2004 in Code Repository | 101 Comments »

rmdirr() allows the deleting of a folder, along with the folders contents.

Read the rest of this entry »

Outputing a MySQL result in a HTML table

Posted on April 5th, 2004 in Code Repository | 10 Comments »

mysql_draw_table() outputs a MySQL result set as a HTML table.

Read the rest of this entry »

Recursively creating directory structures

Posted on April 5th, 2004 in Code Repository | 17 Comments »

mkdirr allows you to create whole directory trees independent of what folders exist in the path.

Read the rest of this entry »