/**

popular collection of scripts for all

*/
/** Search */

Database-Related

 }

Alternating Row Colors

Hits: 597
*****
0.0

ODBC Socket Server

Hits: 596
*****
0.0
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
A collection of 18 FAQs on
shows you how to generate a
PHP4 is packed with good
learn how to connect to a
connecting MySQL server with
table with alternating row
features. One of the most
MySQL databse and get data
PHP scritps. Clear
colours from a MySQL databse.
popular is session
from the database and
explanations and tutorial
 
variables. These are
display it.
exercises are provided on
 
variables that persist
 
MySQL server connection;
 
throughout a session, as the
 
providing port number, user
 
user moves from page to
 
account and password;
 
page. Session variables are
 
selecting or creating
 
great holders of state
 
database; running SQL
 
information and other useful
 
statements; checking
 
stuff. PHP4's session
 
execution errors.
 
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: Sep, 11 2006


Date: Apr, 15 2006


Date: Apr, 14 2005
{ Copyright } ©2019 NuclearScripts.com