|
Ok, this will give you some
Learn PHP through lessons and
This is a Basic Introduction
Shows you how to create and
very basics of what php is,
examples that are based on
to PHP, from explaining what
use classes, variables
and how it works. Ill try to
plausible real world
PHP is and does to creating
inside classes, functions
make it as
applications. Also
your very first script!
inside classes etc.
new-to-programming freindly,
contained on tizag.com is a
but it will help if your at
MySQL tutorial to aid you in
least good with
your PHP/MySQL knowledge.
understanding syntax of
coding languages. Also, I
wont go directly into how to
install PHP onto your
server, or local computer,
but here is a few helpful
links:
Auto installer
for
Date: May, 22 2005 Date: May, 05 2006 Date: Nov, 12 2005 Date: Oct, 07 2004 |
|
This tutorial will teach you
A tutorial dedicated to PHP
This tutorial is a starting
PHP, the PHP Hypertext
the basics of the PHP
arrays and how to use them
point to Object orientated
Processor, is an open source
language -- looping,
as queues, lists, sorters,
programming (OOP) which is a
server-side scripting
variables, forms, etc. It
etc. It uses easy to follow,
commonly used term when
language for Web servers,
does not venture into
executable examples to help
discussing modern
which provides a real
functions, arrays, objects,
you learn these intermediate
programming techniques. One
alternative to ASP,
or database/file
array techniques.
of the things that makes
ColdFusion, Mod_Perl or JSP
manipulation.
humans stand out is the
if your aim is to provide
ability to categorise - we
dynamic Web pages. Dynamic
put objects into categories
Web pages are pages which
of similar type of function.
interact with the user, so
that each user visiting the
page sees customized
information - which may vary
each time and which may be
based on a form they've just
filled in, or on information
extracted from a database or
some other external source.
Typical applications include
e-commerce, online
newspapers, visitors' books,
ticketing systems, project
management, and other
groupware projects. The
traditional way to produce
this type of dynamic page is
via CGI scripts, but these
are separate programs which
must be executed as a new
process for each page hit,
so they scale badly and
rapidly become memory and
processor hogs as server
load increases...
Date: Mar, 23 2005 Date: Dec, 28 2004 Date: Jan, 31 2006 Date: May, 03 2004 |