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