/**

popular collection of scripts for all

*/
/** Search */

Database-Related

 }

Simple Connection to mSQL

Hits: 462
*****
0.0

Alternating row colours

Hits: 460
*****
0.0
This is a database driven
PHP4 is packed with good
This tutorial descripbes how
shows you how to generate a
pagination tutorial.
features. One of the most
to make a simple connection
table with alternating row
Pagination refers to when
popular is session
to mSQL using a few PHP
colours from a MySQL databse.
return results are broken
variables. These are
functions.
 
up into pages. For example
variables that persist
 
 
when say a search returns
throughout a session, as the
 
 
100 results but 10 results
user moves from page to
 
 
per page is desired and
page. Session variables are
 
 
links to the other pages
great holders of state
 
 
with 10 more results are
information and other useful
 
 
generated. This is used to
stuff. PHP4's session
 
 
avoid scrolling nightmares.
variables are stored in
 
 
A classic example is the
files by default. However
 
 
google search. This tutorial
for true scalability, it is
 
 
assumes basic knowledge of
better to store this data in
 
 
php scripting and mysql
a database using a database
 
 
databases.
wrapper library like ADODB.
 
 
 
ADODB supports Oracle,
 
 
 
MySQL, PostgreSQL,
 
 
 
Interbase, MSSQL, VFP,
 
 
 
Access, ADO.
 
 


Date: Nov, 24 2004


Date: Apr, 14 2005


Date: Jun, 29 2000


Date: Apr, 15 2006
In this tutorial you will
This comprehensive mysql
This tutorial explains how to
This simple tutorial shows
learn how to connect to a
tutorials touches on
make a simple connection to
you how to write form data
MySQL databse and get data
Starting a Session with
Informix and select some
to MySQL database using PHP.
from the database and
MySQL,Executing SQL
data using PHP.
Includes a sample code and
display it.
Statements against a MySQL
 
instructions.
 
database and demonstrating
 
 
 
how a SELECT SQL statement
 
 
 
is executed against the
 
 
 
selected database. features
 
 
 
full code and examples.
 
 


Date: Nov, 12 2005


Date: Feb, 03 2006


Date: Jun, 29 2000


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