In this tutorial you will
Echo is one of the basic
This is an introductory
This tutorial provides some
learn about PHP -
functions in PHP, you should
article on PHP programming.
technical background on a
Introduction to PHP, What
get acquainted with it if
Some of main topics covered
LAMP server, database design
you should already know?
you want to learn PHP.
include: Variables, Strings,
and normalization of a
What’s PHP? What’s the
Arrays, Comparison
MySQL
database, and an
difference between PHP and
Operators, and Control
approach to developing admin
HTML? When to use PHP? What
Structures.
screens for a fictional game
makes PHP a choice among the
site, as a learn-by-example
other scripting languages?
application,
illustrating
the issues a
developer should consider
when designing and coding a
php/MySQL database driven
website.
Date: May, 25 2006 Date: Dec, 18 2003 Date: Dec, 06 2000 Date: Aug, 05 2003 |
This elementary tutorial
Want to learn php, we have
This is a solid introduction
As in many languages, there
describes how to search an
set up a simple to follow
to using PHP's build-in
are 150 different ways to do
array to see if a specific
quick guide to send you on
directory handling
just about everything, the
item lies in it. In the
your way.
We cover all the
functions. It includes code
same rule applies for a
tutorial, we create an array
very basics of php also find
examples used to create an
simple connection and output
of strings such as
our other tutorials covering
array of filenames based on
of data in a mySQL database
"Apple" and
an even wider range of php
a directory structure, and
using PHP. This tutorial
"Orange" then show
coding.
filtering out different
will give you only one way
you how to use PHP to find
types of files.
of accomplishing this, and
out that "Apple"
while it works, it is
is in the array but
definitely not the only way.
"Monkey" is not.
This can be useful in PHP
programs if you have a
collection of items (perhaps
that a user has entered) and
you want to know if a
certain item is in that
collection.
Date: Dec, 10 2006 Date: Nov, 05 2006 Date: May, 24 2004 Date: Feb, 11 2006 |