/**

popular collection of scripts for all

*/
/** Search */

Database-Related

 }

PHP/MySQL Comment System

Hits: 873
*****
0.0

Dealing with special characters

Hits: 853
*****
0.0

Previous and Next Links

Hits: 847
*****
0.0

LDAP to SQL

Hits: 832
*****
0.0
Learn how to easily create a
This tutorial will teach you
After reading this tutorial,
The author writes: Whilst
comment system. Don't know
how to deal with special
you should be able to add
working on the automatic
what a comment system is?
characters like HTML tags,
previous and next links to
production of web statistics
Well, it's what you see very
white space etc. from a user
your pages that display data
- came across the following
often in a news system.
submitted form and database
from a database.
problem: "How do I get
Basically it allows your
output.
 
relational data from an
users to give feedback on
 
 
Hierarchical
tutorials, news etc. This
 
 
structure?" It didn't
tutorial is definitley a
 
 
take long to realize - I'd
must-see.
 
 
have to use PHP to talk to
 
 
 
LDAP, pull off records &
 
 
 
upload into a series of
 
 
 
tables, using the cn as
 
 
 
primary key. Which then
 
 
 
could be queried
 
 
 
relationally. Pulling off
 
 
 
large, queries and
 
 
 
repeatedly transcending LDAP
 
 
 
trees is pretty slow - so I
 
 
 
built my LDAP to SQL engine,
 
 
 
by flattening dns into table
 
 
 
names. Then used PHP scripts
 
 
 
to query & produce daily
 
 
 
snap shots.


Date: Nov, 24 2004


Date: Jun, 17 2005


Date: Apr, 19 2005


Date: May, 03 2006
In PHP every database is
In some content management
The purpose of these examples
This tutorial will hopefully
accessed slightly
scripts case one needs to
are to show you various ways
teach you some basics of how
differently. To connect to
create a database and also
to use PHP and MySQL. The
to access data with your PHP
MySQL, you would use
populate it (insert the
examples include displaying
scripting to gather
mysql_connect(). When you
tables from the example .sql
all fields in the database,
information with in a MySQL
decide to upgrade to Oracle
file). It's the case of
random fields, sorting
database. The first step
or Microsoft SQL Server, you
PhpNuke for example. You
alphabetically and limiting
you need to do is get a
would use ocilogon() or
will learn here to create a
the results returned.
basic understanding of what
mssql_connect()
new database in phpmyadmin
 
MySQL is. If your site can
respectively. What is worse
and also insert the needed
 
handle or has access to a
is that the parameters you
information. There are some
 
MySQL database you should
use for the different
images too, to help you
 
try using the PHP Myadmin
connect functions are
grasp the info easier.
 
application to help you use
different also.. That's why
 
 
and access your MySQL
a database wrapper library
 
 
datases fast and easy.
such as ADODB comes in handy
 
 
 
when you need to ensure
 
 
 
portability.
 
 
 
<p> This
 
 
 
tutorial has been translated
 
 
 
into multiple languages,
 
 
 
including German, Spanish,
 
 
 
Polish, Thai and Chinese.
 
 
 


Date: Sep, 05 2003


Date: Aug, 22 2006


Date: Apr, 18 2005


Date: Feb, 01 2004
{ Copyright } ©2019 NuclearScripts.com