When I first started learning
Well, tired of FTP'n
This tutorial/code shows how
Seems more and more people
PHP I didn’t want to
everything up to your site?
to read and handle files
are wanting to edit files
overload myself with
Or even want to allow other
using PHP. Also explains
on-line. Also a common
learning about SQL as well,
members to upload files but
built-in error protection.
problem in on-line editors
so I used text files for
you don't want to give them
is the textarea because
storage instead (also known
FTP access? Well lets create
editors on-line use the same
as flat-file databases).
a file upload system that
code, so it breaks the
I am going to show you how
will take care of all your
editor. This will address
to write information to a
uploading woes. THis also
this problem be tricking the
text file using PHP. You
employs some minimal
the online editor into
don’t have to have any PHP
security checks.
thinking it did not in fact
knowledge at all in order to
load a file.
follow this tutorial.
Date: Jan, 04 2006 Date: Sep, 08 2004 Date: Jan, 05 2000 Date: Feb, 05 2006 |
Shows you how to connect to a
Following on from Simple Text
Shows you how I made my
A collection of 8 tutorials
FTP, login to that FTP, and
Storage With PHP, when using
upload files form(s) in the
on working with directories
upload a file.
flat-file storage you also
Media Administration area.
and files:
How To Create a
need to pull the data from
(Does NOT require globals to
Directory?
How To Remove an
the text files. This
be on.)
Empty Directory?
How To
tutorial will explain how to
Remove a File?
How To Copy
extract a piece of
a File?
How To Dump the
information from a text file
Contents of a Directory into
and display it.
an Array?
How To Read a
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: Oct, 08 2004 Date: Jan, 04 2006 Date: Oct, 08 2004 Date: Jun, 12 2006 |