|
This simple tutorial shows
OO approach described in this
This article will briefly
The author writes "mySQL
you how to write form data
article helps to create data
describe how to compile PHP
comes with a pretty powerful
to MySQL database using PHP.
layer abstractions which are
with ORACLE 8i support. The
security system, the grant
Includes a sample code and
easy to port to other
author writes "when i
tables, which allows
instructions.
databases without altering
try to compile php with
database administrators to
the application code
oracle support on Solaris
precisely control access to
2.6 i got lots of problems.
databases, tables and even
after tedious search in
specific rows and
internet i have found
columns." This article
solution. I have following
describes how the five grant
configuration: ORACLE 8.1.6;
tables combine to offer
PHP 4.0.6; Apache 1.3.19
power users a tremedous
(Already Installed)."
amounts of flexibility and
control over database access
and operations.
Date: Apr, 16 2005 Date: Apr, 16 2005 Date: Nov, 12 2001 Date: Apr, 24 2001 |
|
This article describes how to
Like MySQL, the PostgreSQL
PHP includes functions for
This is the Full chapter 6
connect and query an MS SQL
database is quite popular
Open Database Connectivity
from the recently published
server (running under a
among PHP developers.
(ODBC), which is useful if,
book 'Mastering phpMyAdmin
Windows operating system)
Understandably, there are
for example, you want to
for Effective MySQL
from php installed on a unix
numerous well-documented PHP
connect to a Microsoft
Management'. The Chapter
box.
functions you can use in
Access data source on
'Changing Table Structure'
conjunction with PostgreSQL.
Windows NT. An increasing
give a great step by step
Here you will find how to
number of PHP developers are
guide with diagrams.
make a simple connection and
using the ODBC functions to
Publshed in HTML for your
select some data using just
connect to databases; to
enjoyment.
a few of these functions.
that end, the ODBC functions
are numerous and
well-documented in the PHP
Manual. This tutorial
presents how to make simple
ODBC connections using just
a few of these functions.
Date: Oct, 01 2000 Date: Jun, 29 2000 Date: Jun, 29 2000 Date: Sep, 06 2005 |