A script that counts the number of lines of code in a folder or entire website and all sub folders. You only need to place it in a folder and set it to exclude certain file names, file extensions and folders.
This scripts allows you to connect to a server using SSH2 and then transfer a file using the SCP secure protocol.
A very simple script that helps make your ZIP files available for download. It can serve as the basis for a self updating photo gallery.
This online script displays a table of powers inside an Excel sheet document. Live demo available.
Integrate an AJAX file manager with FCKeditor. It includes a built-in image editor, multi-language support, access control and the ability to customize the design.
This simple program reads the contents of a given file and outputs it inside a script. It uses the file_get_contents() function.
This page shows how to list all files and folders in a directory. Showcasing how easy it is to use PHP's is_dir and is_file function, this script is displayed side-by-side with its ASP counterpart to contrast the language differences.
Class to enable search/replace of files. Can perform the search over one file, multiple files, entire directories with/without subdirectories. Can search using four different search functions, supporting ereg and preg regular expressions.
This code shows how easy it is to retrieve a file's size information in both ASP and PHP. It reads the system's size information for the given file into a variable, in bytes.