|
This is a database driven
This article describes how to
Want to reduce the load that
This simple tutorial shows
pagination tutorial.
make Access and PHP work
MySQL has on your web
you how to write form data
Pagination refers to when
together using the
server? Generating Static
to MySQL database using PHP.
return results are
broken
ODBCSocketServer, an open
HTML pages to replace
Includes a sample code and
up into pages. For example
source socket server,
queries is the solution.
instructions.
when say a search returns
available at
Read this tutorial to learn
100 results but 10 results
http://odbc.linuxave.net/.
how.
per page is desired and
This tutorial will take you
links to the other pages
through configuring your
with 10 more results are
machines and using the
generated. This is used to
socket server.
avoid scrolling nightmares.
A classic example is the
google search. This tutorial
assumes basic knowledge of
php scripting and mysql
databases.
Date: Nov, 24 2004 Date: Dec, 08 2000 Date: Aug, 14 2002 Date: Apr, 16 2005 |
|
PHP4 is packed with good
In this tutorial you will
This tutorial explains how to
shows you how to generate a
features. One of the most
learn how to connect to a
make a simple connection to
table with alternating row
popular is session
MySQL databse and get data
Informix and select some
colours from a MySQL databse.
variables. These are
from the database and
data using PHP.
variables that persist
display it.
throughout a session, as the
user moves from page to
page. Session variables are
great holders of state
information and other useful
stuff. PHP4's session
variables are stored in
files by default. However
for true scalability, it is
better to store this data in
a database using a database
wrapper library like ADODB.
ADODB supports Oracle,
MySQL, PostgreSQL,
Interbase, MSSQL, VFP,
Access, ADO.
Date: Apr, 14 2005 Date: Nov, 12 2005 Date: Jun, 29 2000 Date: Apr, 15 2006 |