Teach yourself how to write a
This article shows how to
This script renames all the
This is a step-by-step
file upload class that will
upload files in PHP.
files (or some of the files)
tutorial that shows how to
not only upload, but
Uploading files in PHP is
in a given directory
upload files to the server
validate file extensions,
very easy. You don't have to
(default is cureeent dir)
through an HTML form and
sizes, users, and much more.
use any components as you do
with a random names, leaving
PHP. It covers creating the
Make your life easier!
in ASP. All the file
the extensions as they were
client-side HTML, accessing
handling is done by built-in
before.
the file from PHP, and
PHP functions.
processing the uploaded File
in PHP.
Date: Jul, 29 2003 Date: Sep, 11 2002 Date: Sep, 10 2002 Date: Mar, 27 2001 |
You've already seen how
PHP4 comes with a bunch of
This concluding article in
This is a useful little
PHP4's FTP functions can
new functions designed to
the series illustrates PHP's
script for changing the
help you interact with files
allow FTP connections over
file functions, with
title of multiple pages
on a remote server. In this
the Web. This article
examples of how to read and
based on the folder name.
article, learn how to use
explores the new FTP
write files on the system.
This comes in handy if you
PHP's other file and
functions, together with an
It also includes an
have several pages with the
directory manipulation
example of how they can be
explanation of user-defined
same title within one folder.
functions, and build an
used to build a
functions, return values and
equivalent application that
browser-based FTP client.
function arguments, together
demonstrates the difference
with some not-so-real-life
between the two approaches.
examples.
Date: Nov, 29 2000 Date: Nov, 09 2000 Date: Sep, 09 2000 Date: Jun, 09 2000 |