PHP provides built in
MySQL has a small, highly
As your website grows you may
This tutorial explains how to
functions to access just
optimized database engine
run into two problems: Your
access dbm files from PHP
about every database that
that implements the
website has so much
using various dbm-PHP
exists. MySQL is well
entry-level SQL92
information that visitors
functions.
designed, powerful and most
specification. Its rich set
can't quickly find what they
importantly free in some
of support tools lets you
want and visitors want to
situations. In this
create dynamic Web
give you information. Both
tutorial, you will learn how
applications such as
of these problems can be
to access MySQL using PHP.
catalogs, shopping carts,
solved by building a
Main topics include: Create
and contact lists. This
database on a website. This
A Database, Create A Table,
article introduces MySQL and
introductory article shows
Insert Entries Into The
shows how to develop a
you how to do this using
Table, and Retrieve All
simple Web interface to a
basic PHP-MySQL interaction.
Entries Into The Table.
contact database using MySQL
and PHP.
Date: Feb, 24 2000 Date: Feb, 22 2000 Date: Jan, 18 2000 Date: Dec, 26 1999 |
mSQL is a lightweight SQL
In this two-page online
In this tutorial, you'll
This article will aid the
database engine for Unix
tutorial you will learn how
learn how to install and
reader in learning the basic
systems. It is extremely
to create a database-driven
configure PHP for use with
operations of the MySQL
easy to install and
site that can display
the Apache Web server on
server, including how to
configure and it does a
content on request. It
UNIX or the Microsoft
make a proper connection,
great job of handling simple
covers topics on a simple
Internet Information Server
set up the server for
SQL queries. This tutorial
SQL query interface and more
on Windows NT. Then you'll
consequential manipulation
shows you how to communicate
complex example of parsing
see by example how to use
and execute basic commands.
with the mSQL database
and querying.
PHP to route HTML
The commands covered within
engine using various
conditionally, to develop a
this article are among the
mSQL-PHP functions.
simple database-driven Web
most important commands
application, and to track
within the language, as they
user sessions with cookies.
form the basis for the more
advanced commands.
Date: Dec, 26 1999 Date: Dec, 14 1999 Date: Dec, 10 1999 Date: Nov, 09 1999 |