This tutorial explains how to parse a given text file and display specific content using PHP. The presented example shows how to parse a weather information for your desired city. It also includes a shell script for downloading the weather data text file from http://weather.noaa.gov.
This tutorial shows you how to upload an image on your server using PHP and html forms. You will also learn how to verify if the uploaded file is an image (checking the extension), if it doesn't overtakes a size limit and how to change the uploaded file name.
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.