You've already seen how PHP4's FTP functions can help you interact with files on a remote server. In this article, learn how to use PHP's other file and directory manipulation functions, and build an equivalent application that demonstrates the difference between the two approaches.
This is a useful little script for changing the title of multiple pages based on the folder name. This comes in handy if you have several pages with the same title within one folder.
Nowadays, PHP programmers generally use databases such as MySQL to do everything, however, every programmer should at least know the basics of reading and writing to files - that IS what a database does. Come read an all you need to know introduction to file handling.
Teach yourself how to write a file upload class that will not only upload, but validate file extensions, sizes, users, and much more. Make your life easier!
This script renames all the files (or some of the files) in a given directory (default is cureeent dir) with a random names, leaving the extensions as they were before.
With this program you can upload file with a browser on your server, or other people. You can become an e-mail is someone upload files. You can protect the upload with a password. Overwrite protection You can choice the allowed extension, the max file size and some more. HTML infos at begin with CSS. You can choice how many files you want to upload. You can choice: wrong pw output or not. Overwrite file or add a random extension. You can crypt your password with MD5. View files with download the upload file.