/**

popular collection of scripts for all

*/
/** Search */

File Manipulation

 }

Simple Text Storage With PHP

Hits: 585
*****
0.0

Speed Limiting File Downloads

Hits: 582
*****
0.0

Easy File Uploads

Hits: 570
*****
0.0

Uploading files

Hits: 567
*****
0.0
When I first started learning
It is common to have
Well, tired of FTP'n
Shows you how I made my
PHP I didn’t want to
downloads on your website,
everything up to your site?
upload files form(s) in the
overload myself with
and sometimes you want to
Or even want to allow other
Media Administration area.
learning about SQL as well,
moderate your downloads by
members to upload files but
(Does NOT require globals to
so I used text files for
speed, or possibly hide the
you don't want to give them
be on.)
storage instead (also known
directory that the download
FTP access? Well lets create
 
as flat-file databases).
is coming from, protecting
a file upload system that
 
I am going to show you how
all your other files. This
will take care of all your
 
to write information to a
is very possible and very
uploading woes. THis also
 
text file using PHP. You
simple to solve in PHP. All
employs some minimal
 
don’t have to have any PHP
you need is the header()
security checks.
 
knowledge at all in order to
function and some files
 
 
follow this tutorial.
function.
 
 


Date: Jan, 04 2006


Date: Dec, 15 2004


Date: Sep, 08 2004


Date: Oct, 08 2004
A collection of 8 tutorials
This tutorial/code shows how
Shows you how to connect to a
Following on from Simple Text
on working with directories
to read and handle files
FTP, login to that FTP, and
Storage With PHP, when using
and files: How To Create a
using PHP. Also explains
upload a file.
flat-file storage you also
Directory? How To Remove an
built-in error protection.
 
need to pull the data from
Empty Directory? How To
 
 
the text files. This
Remove a File? How To Copy
 
 
tutorial will explain how to
a File? How To Dump the
 
 
extract a piece of
Contents of a Directory into
 
 
information from a text file
an Array? How To Read a
 
 
and display it.
Directory One Entry at a
 
 
 
Time? How To Get the
 
 
 
Directory Name out of a File
 
 
 
Path Name? How To Break a
 
 
 
File Path Name into Parts?
 
 
 


Date: Jun, 12 2006


Date: Jan, 05 2000


Date: Oct, 08 2004


Date: Jan, 04 2006
{ Copyright } ©2019 NuclearScripts.com