Active Articles: 2038
Total Categories: 16
Sub Categories:616
Speed Limiting File Downloads | ||||||||
It is common to have downloads on your website, and sometimes you want to moderate your downloads by speed, or possibly hide the directory that the download is coming from, protecting all your other files. This is very possible and very simple to solve in PHP. All you need is the header() function and some ... learn more
| ||||||||
| ||||||||
PHP Includes | ||||||||
How to use PHP includes in your scripts ... learn more
| ||||||||
| ||||||||
Reading And Using Files | ||||||||
This tutorial/code shows how to read and handle files using PHP. Also explains built-in error protection. ... learn more
| ||||||||
| ||||||||
Displaying a files extension | ||||||||
Displaying a files extension ... learn more
| ||||||||
| ||||||||
Uploading files to Amazon S3 with REST API | ||||||||
An example of command line non-interactive PHP script which creates bucket and uploads file to Amazon S3 (Simple Storage Service). Additional libraries like HMAC-SHA1 are not required. ... learn more
| ||||||||
| ||||||||
FTP Upload via cURL | ||||||||
Uploading files to a remote FTP server is very effective while using the cURL library. This short PHP tutorial will show the user how to upload a file to a password protected FTP server. ... learn more
| ||||||||
| ||||||||
Basic File Editor | ||||||||
Seems more and more people are wanting to edit files on-line. Also a common problem in on-line editors is the textarea because editors on-line use the same code, so it breaks the editor. This will address this problem be tricking the the online editor into thinking it did not in fact load a file. ... learn more
| ||||||||
| ||||||||
Working With Excel Files (tab-delimited) | ||||||||
Learn how to open, retrieve, enter, and change data within an Excel tab-delimited file. It's easier than you think! ... learn more
| ||||||||
| ||||||||
PHP Includes | ||||||||
An introduction to the PHP include function and example an of how to use this to create a template base for your website. ... learn more
| ||||||||
| ||||||||
FilesUploader | ||||||||
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 ... learn more
| ||||||||
| ||||||||
PHP Script Tips - Uploading Files to Web Servers | ||||||||
A collection of 12 tips on uploading files with PHP pages. Clear explanations and tutorial exercises are provided on creating file upload HTML tags, setting encoding type on HTML forms, getting uploaded file information, storing uploaded file in database. ... learn more
| ||||||||
| ||||||||
Creating a file manager | ||||||||
In this tutorial I will show you how to create a PHP application to display directory content (filename, filesize, modification date) and navigate between them. ... learn more
| ||||||||
| ||||||||
PHP Script Tips - Reading and Writing Files | ||||||||
A collection of 14 tips on PHP functions on file input and output. Clear answers are provided with tutorial exercises on opening files for reading and writing, appending data to existing files, reading file by line or character, reading file in binary mode. Special topics are: How To Append New Data to the End of a ... learn more
| ||||||||
| ||||||||
Reading and Writing to Files | ||||||||
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. ... learn more
| ||||||||
| ||||||||
PHP include file tutorial | ||||||||
In this tutorial I will show you how to divide your code into more files and how to include various files into your actual PHP code. ... learn more
| ||||||||
| ||||||||
Upload files using a HTML form in PHP | ||||||||
This script will help you for the baics of uploading images or files to your server using a HTML form and the PHP function copy. We haven't explained form validation or file checking - We'll go into further detail on that in future tutorials. To kick things off, you'll need a HTML form. ... learn more
| ||||||||
| ||||||||
Simple File Parsing (Weather example) | ||||||||
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. ... learn more
| ||||||||
| ||||||||
File Uploading in PHP 4 | ||||||||
This is a step-by-step tutorial that shows how to upload files to the server through an HTML form and PHP. It covers creating the client-side HTML, accessing the file from PHP, and processing the uploaded File in PHP. ... learn more
| ||||||||
| ||||||||
Tutorial: Create a zip file from folders on the fly | ||||||||
Creating zip files on a web server is a feature which could be very useful for backups or just for offering an unknown number of dynamic files or folder inside of a directory. This tutorial shows us how handle that with only a few rows of PHP code! ... learn more
| ||||||||
| ||||||||
How to let your customers or visitors easily put files on your server | ||||||||
This tutorial tell you how to create a file upload script on your server using php, javascript. The code is available for free. ... learn more
| ||||||||
| ||||||||
