/**

popular collection of scripts for all

*/
/** Search */

Database-Related

 }

Simple Pagination

Hits: 686
*****
0.0

Dealing with special characters

Hits: 649
*****
0.0
A collection of 21 tips on
Learn how to make pagination
This tutorial is the second
This tutorial will teach you
working with MySQL database.
([1][2][3]) with some lines
part of our PHP/MYSQL series
how to deal with special
Clear explanations and
of code, very explained.
of articles. In this episode
characters like HTML tags,
tutorial exercises are
 
we show you setting up a
white space etc. from a user
provided on connecting and
 
MYSQL Database through
submitted form and database
selecting MySQL database,
 
phpmyadmin and create a PHP
output.
creating and dropping
 
Script to make tables for
 
tables, inserting, updating,
 
the MYSQL database and more.
 
and deleting rows, selecting
 
 
 
and looping through data
 
 
 
rows, searching by key
 
 
 
words, setting
 
 
 
auto-increment IDs.
 
 
 


Date: Jun, 12 2006


Date: Apr, 15 2006


Date: Jan, 04 2006


Date: Jun, 17 2005
Learn how to easily create a
After reading this tutorial,
The author writes: Whilst
In PHP every database is
comment system. Don't know
you should be able to add
working on the automatic
accessed slightly
what a comment system is?
previous and next links to
production of web statistics
differently. To connect to
Well, it's what you see very
your pages that display data
- came across the following
MySQL, you would use
often in a news system.
from a database.
problem: "How do I get
mysql_connect(). When you
Basically it allows your
 
relational data from an
decide to upgrade to Oracle
users to give feedback on
 
Hierarchical
or Microsoft SQL Server, you
tutorials, news etc. This
 
structure?" It didn't
would use ocilogon() or
tutorial is definitley a
 
take long to realize - I'd
mssql_connect()
must-see.
 
have to use PHP to talk to
respectively. What is worse
 
 
LDAP, pull off records &
is that the parameters you
 
 
upload into a series of
use for the different
 
 
tables, using the cn as
connect functions are
 
 
primary key. Which then
different also.. That's why
 
 
could be queried
a database wrapper library
 
 
relationally. Pulling off
such as ADODB comes in handy
 
 
large, queries and
when you need to ensure
 
 
repeatedly transcending LDAP
portability.
 
 
trees is pretty slow - so I
<p> This
 
 
built my LDAP to SQL engine,
tutorial has been translated
 
 
by flattening dns into table
into multiple languages,
 
 
names. Then used PHP scripts
including German, Spanish,
 
 
to query & produce daily
Polish, Thai and Chinese.
 
 
snap shots.
 


Date: Nov, 24 2004


Date: Apr, 19 2005


Date: May, 03 2006


Date: Sep, 05 2003
{ Copyright } ©2019 NuclearScripts.com