In this tutorial you will
PHP4 is packed with good
Learn the three main basic
This tutorial explains how to
learn how to connect to a
features. One of the most
data types used in MySQL and
make a simple connection to
MySQL databse and get data
popular is session
how to utilize them to build
Informix and select some
from the database and
variables. These are
a more effective dynamic web
data using PHP.
display it.
variables that persist
site. Lots of web developers
throughout a session, as the
use MySQL but not all of
user moves from page to
them harness the power of
page. Session variables are
these features.
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: Nov, 12 2005 Date: Apr, 14 2005 Date: Dec, 03 2006 Date: Jun, 29 2000 |
This tutorial descripbes how
This simple tutorial shows
This article is aimed at
Learn how to use ADOdb and
to make a simple connection
you how to write form data
answering one of the most
MySQL for a more efficient
to mSQL using a few PHP
to MySQL database using PHP.
asked questions on the PHP
website.
functions.
Includes a sample code and
mailing list and discussion
instructions.
forums alike: How to store
binary files in a MySQL
database. This article is
split into three pages:
Setting up the database,
Creating the 'upload'
scripts, and Creating the
'download' script. Includes
the complete source code for
all the scripts involved.
Date: Jun, 29 2000 Date: Apr, 16 2005 Date: Oct, 17 2000 Date: Aug, 28 2003 |