This simple tutorial shows
One of the most important
Learn how to easily create a
This is a database driven
how to enter a data from a
factors in dynamic web page
comment system. Don't know
pagination tutorial.
web form to mySQL database
development is database
what a comment system is?
Pagination refers to when
using the power of PHP.
definition. If your tables
Well, it's what you see very
return results are
broken
are not set up properly, it
often in a news system.
up into pages. For example
can cause you a lot of
Basically it allows your
when say a search returns
headaches down the road when
users to give feedback on
100 results but 10 results
you have to perform
tutorials, news etc. This
per page is desired and
miraculous SQL calls in your
tutorial is definitley a
links to the other pages
PHP code in order to extract
must-see.
with 10 more results are
the data you want. By
generated. This is used to
understanding data
avoid scrolling nightmares.
relationships and the
A classic example is the
normalization of data, you
google search. This tutorial
will be better prepared to
assumes basic knowledge of
begin developing your
php scripting and mysql
application in PHP. This
databases.
6-page article describes the
data relationships and the
normalization of data using
a simple example.
Date: Mar, 16 2005 Date: Dec, 17 2004 Date: Nov, 24 2004 Date: Nov, 24 2004 |
A Brief introduction in how
Shows you how to connect to a
ODBC is one of Microsoft's
This code will count the
to use MySQL, Great tutorial
MySQL Server.
earliest technologies for
number of entries / records
for beginners.
connecting to databases.
in a MySQL database table
This article describes how
and then display it using
to setup and use ODBC from a
echo.
PHP perspective. Also
discusses ODBC extension
bugs, database wrapper
libraries, Microsoft's ADO
(which is Microsoft's
recommended API for 4GL
programmers) and DSN-less
connections.
Date: Oct, 13 2004 Date: Oct, 07 2004 Date: Jun, 24 2004 Date: Mar, 10 2004 |