|
This simple tutorial shows
Learn how to handle MySql
topics covered,
- mysql
If you are the root user then
how to enter a data from a
databases in PHP
connections
- error
it will display all the
web form to mySQL database
handling
- listing
databases on the server, but
using the power of PHP.
databases on a server
-
if your not the root user
listing tables in a
then it will show all the
database
- printing mysql
databases that your user has
table fields into table
permissions for. It's a
header
- printing the data
really fun to play around
into the table
with and can be expanded in
automatically
why should
a variety of ways. It's
you look at it?
- no
explained in the comments.
specific fields mentioned,
just point the script at a
server, db and table and
watch it do its thing!
-
you get to reuse the code
easily
- no functions,
includes, api's or
anything
- all 100% php +
mysql code for beginners
-
runs on php4 or php5, with
any mysql version
by
tss503
Date: Mar, 16 2005 Date: Jul, 30 2005 Date: May, 03 2005 Date: Jun, 11 2006 |
|
MySQL Administration
This code will count the
In this tutorial, Timothy
Alright, this is a simple
correctly administering the
number of entries / records
shows you how to get started
little script which I got
MySQL server, including the
in a MySQL database table
using SQLite starting with
from some site a while back
manipulation the privilege
and then display it using
how to obtain it and install
which lets you alternate
system, and making
echo.
it and progressing through
colors in a table as rows
intelligent decisions about
example usage.
come in from mySQL.
the capabilities
(permissions) given to users.
Date: Nov, 09 1999 Date: Mar, 10 2004 Date: Apr, 19 2005 Date: Feb, 27 2004 |