|
A quick tutorial explaining
This simple tutorial shows
OO approach described in this
This simple tutorial shows
how to alternate table row
you how to write form data
article helps to create data
how to enter a data from a
colors using PHP and MySQL.
to MySQL database using PHP.
layer abstractions which are
web form to mySQL database
Includes a sample code and
easy to port to other
using the power of PHP.
instructions.
databases without altering
the application code
Date: Apr, 19 2005 Date: Apr, 16 2005 Date: Apr, 16 2005 Date: Mar, 16 2005 |
|
This tutorial explains the
This is the second part of
PHP includes functions for
PHP provides built in
need for database
creating Web-based admin
Open Database Connectivity
functions to access just
abstraction in PHP, and
user interface. This
(ODBC), which is useful if,
about every database that
shows how to create your own
tutorial covers adding and
for example, you want to
exists. MySQL is well
database API that can be to
deleting users via Web form
connect to a Microsoft
designed, powerful and most
used with different types of
using a MySQL database.
Access data source on
importantly free in some
databases. The tutorial uses
Windows NT. An increasing
situations. In this
a PHP PostgreSQL API as an
number of PHP developers are
tutorial, you will learn how
example.
using the ODBC functions to
to access MySQL using PHP.
connect to databases; to
Main topics include: Create
that end, the ODBC functions
A Database, Create A Table,
are numerous and
Insert Entries Into The
well-documented in the PHP
Table, and Retrieve All
Manual. This tutorial
Entries Into The Table.
presents how to make simple
ODBC connections using just
a few of these functions.
Date: Dec, 27 2000 Date: Jul, 29 2000 Date: Jun, 29 2000 Date: Feb, 24 2000 |