|
phpMyNewsLetter is a mailing
MySQL PHP to PostgresSQL is a
TAF is a small todo list
This tutorial shows how to
list management script
program that takes a php
manager written in
parse XML documents in
written in PHP. The
page that uses mysql calls
PHP that uses PostgreSQL
PHP. It walks you
subscribers info are stored
and changes them into
database on backend.
through a fairly simple
in a MySQL database.
Postgres calls. This allows
Features include:
application of XML that you
Features include:
any website that was written
multi-user, priority,
can use to implement a news
Subscription checking
in PHP for MySQL to
category, assigned-user
system for your home page.
whether the subscriber is
run as a website written to
management of a task list,
not already registered,
run on Postgres.
and closed (terminated)
Sending of a welcome message
tasks with termination date.
at the time of subscribing
The authentification
and unsubscribing, and
mechanism is based on 'valid
User-friendly administration
users' under Apache, to
allowing you to send
avoid another users
messages, List and delete
database. Please nothat that
the subscribers, Supports
this script is written in
HTML e-mail, Preview of the
french.
message before sending,
Logging system,
Multilanguage support
(English, French, Italian,
...), and user-friendly web
configuration and
installation.
Date: May, 19 2005 Date: Jun, 28 2000 Date: Jun, 21 2000 Date: Jun, 21 2000 |
|
This tutorial teaches you how
Unlike PHP 3, PHP 4.0 has
This project is effectively a
This is an online matchmaking
to store a picture file on
built-in capabilities to
library class for
application written in
the server so that you can
handle session management.
reading/writing/displaying
PHP3 and MySQL. Features
create a photo gallery of
The session management
XML documents, for
include: user signup, simple
images that users upload to
functionality in PHP
manipulating them in memory
search (man, woman),
your site. The coding sample
4.0 is easy to use, powerful
by adding/deleting/changing
advanced search, sign out,
initially displays a form
and open for custom
attribute values
and child
forgot password, image
for you to fill in; browsing
modifications. Creating
nodes, and for extracting
upload, etc. E-Mail us if
is enabled. The information
sessions allows you to keep
specific nodes from larger
you are interested.
entered - user name and name
track of the actions of a
XML objects. It is written
of picture file - is saved
particular user over the
entirely in PHP (as a
in PHP variables.
period of time she is
file to
After you submit this form,
viewing your web site. To
"require"), and
the picture file (if not
associate session data with
depends on no other
excessively large) is copied
a user, you need a session
software, tools, libraries
from the client and stored
identity number, that is, a
etc.
in a file in a unique
key that ties the user to
directory on the server.
his data. This tutorial
Checks are made along the
discusses how to open
way that the necessary files
sessions, track session
have been successfully
data, and clear the data
opened. After storing the
when you no longer need it.
client picture file on the
server, the coding sample
prompts you to access the
server photo gallery. There,
you can see the new picture
file stored on the server,
together with all other
picture files previously
stored during this user
session.
Date: Jun, 19 2000 Date: Jun, 19 2000 Date: Jun, 16 2000 Date: Jun, 13 2000 |