|
This article describes how to
Want to reduce the load that
This tutorial is the second
This is a database driven
make Access and PHP work
MySQL has on your web
part of our PHP/MYSQL series
pagination tutorial.
together using the
server? Generating Static
of articles. In this episode
Pagination refers to when
ODBCSocketServer, an open
HTML pages to replace
we show you setting up a
return results are
broken
source socket server,
queries is the solution.
MYSQL Database through
up into pages. For example
available at
Read this tutorial to learn
phpmyadmin and create a PHP
when say a search returns
http://odbc.linuxave.net/.
how.
Script to make tables for
100 results but 10 results
This tutorial will take you
the MYSQL database and more.
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: Dec, 08 2000 Date: Aug, 14 2002 Date: Jan, 04 2006 Date: Nov, 24 2004 |
|
This tutorial explains how to
PHP4 is packed with good
This simple tutorial shows
In this tutorial you will
make a simple connection to
features. One of the most
you how to write form data
learn how to connect to a
Informix and select some
popular is session
to MySQL database using PHP.
MySQL databse and get data
data using PHP.
variables. These are
Includes a sample code and
from the database and
variables that persist
instructions.
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: Jun, 29 2000 Date: Apr, 14 2005 Date: Apr, 16 2005 Date: Nov, 12 2005 |