shows you how to generate a
PHP4 is packed with good
This tutorial explains how to
This simple tutorial shows
table with alternating row
features. One of the most
make a simple connection to
you how to write form data
colours from a MySQL databse.
popular is session
Informix and select some
to MySQL database using PHP.
variables. These are
data using PHP.
Includes a sample code and
variables that persist
instructions.
throughout a session, as the
user moves from page to
page. Session variables are
great holders of state
information and other useful
stuff. PHP4's session
variables are stored in
files by default. However
for true scalability, it is
better to store this data in
a database using a database
wrapper library like ADODB.
ADODB supports Oracle,
MySQL, PostgreSQL,
Interbase, MSSQL, VFP,
Access, ADO.
Date: Apr, 15 2006 Date: Apr, 14 2005 Date: Jun, 29 2000 Date: Apr, 16 2005 |
This tutorial descripbes how
Learn the three main basic
This article is aimed at
This tutorial explains the
to make a simple connection
data types used in MySQL and
answering one of the most
need for database
to mSQL using a few PHP
how to utilize them to build
asked questions on the PHP
abstraction in PHP, and
functions.
a more effective dynamic web
mailing list and discussion
shows how to create your own
site. Lots of web developers
forums alike: How to store
database API that can be to
use MySQL but not all of
binary files in a MySQL
used with different types of
them harness the power of
database. This article is
databases. The tutorial uses
these features.
split into three pages:
a PHP PostgreSQL API as an
Setting up the database,
example.
Creating the 'upload'
scripts, and Creating the
'download' script. Includes
the complete source code for
all the scripts involved.
Date: Jun, 29 2000 Date: Dec, 03 2006 Date: Oct, 17 2000 Date: Dec, 27 2000 |