This article describes how to
Alright, this is a simple
Want to reduce the load that
A collection of 18 FAQs on
make Access and PHP work
little script which I got
MySQL has on your web
connecting MySQL server with
together using the
from some site a while back
server? Generating Static
PHP scritps. Clear
ODBCSocketServer, an open
which lets you alternate
HTML pages to replace
explanations and tutorial
source socket server,
colors in a table as rows
queries is the solution.
exercises are provided on
available at
come in from mySQL.
Read this tutorial to learn
MySQL server connection;
http://odbc.linuxave.net/.
how.
providing port number, user
This tutorial will take you
account and password;
through configuring your
selecting or creating
machines and using the
database; running SQL
socket server.
statements; checking
execution errors.
Date: Dec, 08 2000 Date: Feb, 27 2004 Date: Aug, 14 2002 Date: Sep, 11 2006 |
Ever see the little errors of
This is a database driven
This is the third installment
shows you how to generate a
unable to find a file that
pagination tutorial.
of our php mysql tutorial
table with alternating row
is stored in mysql? Well
Pagination refers to when
series. This tutorial covers
colours from a MySQL databse.
you can use this tutorial to
return results are
broken
inserting data to MYSQL with
add a little message so the
up into pages. For example
a PHP script. Using the
viewers know whats going on.
when say a search returns
following key features; HTML
100 results but 10 results
Forms, Passing variables
per page is desired and
from a form to php and
links to the other pages
inserting into the database
with 10 more results are
using Mysql INSERT command.
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: Jun, 09 2005 Date: Nov, 24 2004 Date: Jan, 04 2006 Date: Apr, 15 2006 |