Archive for April, 2004

Quick JavaScript email obfuscation

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

mail_obfuscate allows you to quickly obfuscate an email address in JavaScript to prevent spambots harvesting the address.

Read the rest of this entry »

Viewing binary data as a hexdump in PHP

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

hexdump() allows you to dump a binary data stream into a human-friendly format.

Read the rest of this entry »

Recursively deleting directories via FTP

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

ftp_rmdirr() allows the deletion of whole directory trees on remote servers via FTP.

Read the rest of this entry »

Searching for files in the include_path

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

file_exists_incpath() checks whether a file exists anywhere along your include_path.

Read the rest of this entry »