Learn how to upload images
This is a step-by-step
This article shows how to
You've already seen how
easy using forms and PHP.
tutorial that shows how to
upload files in PHP.
PHP4's FTP functions can
Great for beginners.
upload files to the server
Uploading files in PHP is
help you interact with files
through an HTML form and
very easy. You don't have to
on a remote server. In this
PHP. It covers creating the
use any components as you do
article, learn how to use
client-side HTML, accessing
in ASP. All the file
PHP's other file and
the file from PHP, and
handling is done by built-in
directory manipulation
processing the uploaded File
PHP functions.
functions, and build an
in PHP.
equivalent application that
demonstrates the difference
between the two approaches.
Date: Oct, 13 2004 Date: Mar, 27 2001 Date: Sep, 11 2002 Date: Nov, 29 2000 |
Displaying a files extension
This tutorial explains how to
This tutorial shows you how
This is a useful little
parse a given text file and
to upload an image on your
script for changing the
display specific content
server using PHP and html
title of multiple pages
using PHP. The presented
forms. You will also learn
based on the folder name.
example shows how to parse a
how to verify if the
This comes in handy if you
weather information for your
uploaded file is an image
have several pages with the
desired city. It also
(checking the extension), if
same title within one folder.
includes a shell script for
it doesn't overtakes a size
downloading the weather data
limit and how to change the
text file from
uploaded file name.
http://weather.noaa.gov.
Date: Jul, 30 2005 Date: Jun, 09 2000 Date: May, 05 2006 Date: Jun, 09 2000 |