/**

popular collection of scripts for all

*/
/** Search */

File Manipulation

 }

Uploading files

Hits: 567
*****
0.0

Speed Limiting File Downloads

Hits: 512
*****
0.0

Simple Text Storage With PHP

Hits: 509
*****
0.0
Shows you how I made my
A collection of 8 tutorials
It is common to have
When I first started learning
upload files form(s) in the
on working with directories
downloads on your website,
PHP I didn’t want to
Media Administration area.
and files: How To Create a
and sometimes you want to
overload myself with
(Does NOT require globals to
Directory? How To Remove an
moderate your downloads by
learning about SQL as well,
be on.)
Empty Directory? How To
speed, or possibly hide the
so I used text files for
 
Remove a File? How To Copy
directory that the download
storage instead (also known
 
a File? How To Dump the
is coming from, protecting
as flat-file databases).
 
Contents of a Directory into
all your other files. This
I am going to show you how
 
an Array? How To Read a
is very possible and very
to write information to a
 
Directory One Entry at a
simple to solve in PHP. All
text file using PHP. You
 
Time? How To Get the
you need is the header()
don’t have to have any PHP
 
Directory Name out of a File
function and some files
knowledge at all in order to
 
Path Name? How To Break a
function.
follow this tutorial.
 
File Path Name into Parts?
 
 


Date: Oct, 08 2004


Date: Jun, 12 2006


Date: Dec, 15 2004


Date: Jan, 04 2006
Displaying a files extension
Well, tired of FTP'n
This tutorial/code shows how
Shows you how to connect to a
 
everything up to your site?
to read and handle files
FTP, login to that FTP, and
 
Or even want to allow other
using PHP. Also explains
upload a file.
 
members to upload files but
built-in error protection.
 
 
you don't want to give them
 
 
 
FTP access? Well lets create
 
 
 
a file upload system that
 
 
 
will take care of all your
 
 
 
uploading woes. THis also
 
 
 
employs some minimal
 
 
 
security checks.
 
 


Date: Jul, 30 2005


Date: Sep, 08 2004


Date: Jan, 05 2000


Date: Oct, 08 2004
{ Copyright } ©2019 NuclearScripts.com