/**

popular collection of scripts for all

*/
/** Search */

File Manipulation

 }

Simple Text Storage With PHP

Hits: 574
*****
0.0

Speed Limiting File Downloads

Hits: 571
*****
0.0

Uploading files

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


Date: Jan, 04 2006


Date: Dec, 15 2004


Date: Oct, 08 2004


Date: Jun, 12 2006
Well, tired of FTP'n
This tutorial/code shows how
Shows you how to connect to a
Following on from Simple Text
everything up to your site?
to read and handle files
FTP, login to that FTP, and
Storage With PHP, when using
Or even want to allow other
using PHP. Also explains
upload a file.
flat-file storage you also
members to upload files but
built-in error protection.
 
need to pull the data from
you don't want to give them
 
 
the text files. This
FTP access? Well lets create
 
 
tutorial will explain how to
a file upload system that
 
 
extract a piece of
will take care of all your
 
 
information from a text file
uploading woes. THis also
 
 
and display it.
employs some minimal
 
 
 
security checks.
 
 
 


Date: Sep, 08 2004


Date: Jan, 05 2000


Date: Oct, 08 2004


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