|
Learn how to perform simple
When I first started learning
This tutorial/code shows how
Following on from Simple Text
task with files: open, read
PHP I didn’t want to
to read and handle files
Storage With PHP, when using
and write. Check the
overload myself with
using PHP. Also explains
flat-file storage you also
different commands you may
learning about SQL as well,
built-in error protection.
need to pull the data from
use. Learn to use compressed
so I used text files for
the text files. This
files (.gz) to save time. An
storage instead (also known
tutorial will explain how to
example is included to
as flat-file databases).
extract a piece of
record IPs and referrers of
I am going to show you how
information from a text file
our page.
to write information to a
and display it.
text file using PHP. You
don’t have to have any PHP
knowledge at all in order to
follow this tutorial.
Date: May, 25 2006 Date: Jan, 04 2006 Date: Jan, 05 2000 Date: Jan, 04 2006 |
|
Create a basic script for
This concluding article in
PHP4 comes with a bunch of
Shows you how to set error
allowing users to upload
the series illustrates PHP's
new functions designed to
reporting, create a class
images to your website
file functions, with
allow FTP connections over
with a function to upload
examples of how to read and
the Web. This article
files, rename the files
write files on the system.
explores the new FTP
being uploaded on the fly
It also includes an
functions, together with an
and more.
explanation of user-defined
example of how they can be
functions, return values and
used to build a
function arguments, together
browser-based FTP client.
with some not-so-real-life
examples.
Date: Dec, 24 2005 Date: Sep, 09 2000 Date: Nov, 09 2000 Date: Oct, 07 2004 |