Alright, this is a simple
This article describes how to
Want to reduce the load that
This is a database driven
little script which I got
make Access and PHP work
MySQL has on your web
pagination tutorial.
from some site a while back
together using the
server? Generating Static
Pagination refers to when
which lets you alternate
ODBCSocketServer, an open
HTML pages to replace
return results are
broken
colors in a table as rows
source socket server,
queries is the solution.
up into pages. For example
come in from mySQL.
available at
Read this tutorial to learn
when say a search returns
http://odbc.linuxave.net/.
how.
100 results but 10 results
This tutorial will take you
per page is desired and
through configuring your
links to the other pages
machines and using the
with 10 more results are
socket server.
generated. This is used to
avoid scrolling nightmares.
A classic example is the
google search. This tutorial
assumes basic knowledge of
php scripting and mysql
databases.
Date: Feb, 27 2004 Date: Dec, 08 2000 Date: Aug, 14 2002 Date: Nov, 24 2004 |
In this tutorial you will
shows you how to generate a
PHP4 is packed with good
This tutorial explains how to
learn how to connect to a
table with alternating row
features. One of the most
make a simple connection to
MySQL databse and get data
colours from a MySQL databse.
popular is session
Informix and select some
from the database and
variables. These are
data using PHP.
display it.
variables that persist
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: Nov, 12 2005 Date: Apr, 15 2006 Date: Apr, 14 2005 Date: Jun, 29 2000 |