This is a MySQL CHM (Compiled
What is MySQL? How does it
This 6-page article explains
Do you get stressed out by
HTML Manual), based on
work? : And how do you work
how to create an extension
mysql or other database
original html-vsersion of
with it? This tutorial is a
to PHPLIB to work with
queries? Do you use
manual from www.mysql.com.
great place to get started
multiple databases. You may
multiple databases and wish
using PHP & MySQL.
find this article helps you
there was just one way to
Includes some code samples,
extend PHPLIB in other ways.
handle all of your queries?
explaination and resources.
Read this article to the end
ADOdb is a system that
and then think about
executes queries to any type
situations where PHPLIB
of database the same way, so
performs 98% of what you
you only have to know how to
want.
do it their way. This
tutorial walks you through
installing ADOdb on your web
server, and configuring it
to work with a mysql server.
Date: Apr, 22 2001 Date: Apr, 29 2006 Date: Nov, 08 2000 Date: Sep, 21 2006 |
This DB connectivity class
The correct usage of PHP
This is an Easy Tutorials for
For those working on php and
makes it even easier to work
strings is essential when
Beginners of PHP. With this
mysql a server is mandatory.
with data from MySQL
dealing with database
tutorial you will learn how
But what if you cannot have
databases. It handles
queries submitted from User
to Connect to Mysql
a place to upload and modify
errors, features a better
Forms, such as User
Databse,Insert Data into
or maybe you just want to
result object, and allows
Registration. Find out how
Mysql Database and Show data
develop your project
you to iterate through the
to format strings before
from Mysql Databse.
privately and then install
rows returned by a SELECT
saving them in a database in
online?
This is the
query.
this helpful tutorial.
moment a local server is
needed. Your computer can
"act" like a
normal server if you have
some programs installed.
PHPDEV is a free program
that, once installed, can
offer you the tools you
needed to work offline on
your projects and still be
able to benefit from all the
features a server has.
This tutorial will guide
you through all the steps
needed till you have a
working local server on your
PC.
Date: Oct, 17 2006 Date: Jun, 11 2006 Date: Aug, 09 2006 Date: Aug, 22 2006 |