/**

popular collection of scripts for all

*/
/** Search */

Introduction to PHP

 }

Users Online

Hits: 630
*****
0.0

Understanding PHP

Hits: 628
*****
5.0

What the Heck is PHP?

Hits: 612
*****
0.0
Basic 'Users Online' tutorial
PHP, the PHP Hypertext
This introductory guide
This introductory guide on
for forums or communities.
Processor, is an open source
covers a wide range of
PHP explains the definition,
 
server-side scripting
subjects on PHP programming.
basic structure and date
 
language for Web servers,
Some of main topics include:
function of PHP language.
 
which provides a real
PHP history, PHP 4
 
 
alternative to ASP,
Architecture, Language
 
 
ColdFusion, Mod_Perl or JSP
Syntax, Embedding PHP Code,
 
 
if your aim is to provide
Dynamic vs. Static Web
 
 
dynamic Web pages. Dynamic
pages, Variables, Arrays,
 
 
Web pages are pages which
Conditionals and Looping
 
 
interact with the user, so
Constructs, Web Application
 
 
that each user visiting the
Features, Working With
 
 
page sees customized
Cookies, Built-in Variables,
 
 
information - which may vary
and Database Handling.
 
 
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: Feb, 11 2006


Date: May, 03 2004


Date: Aug, 27 2003


Date: Apr, 16 2005
This is a very simple
Explain how to manipulate
This tutorial will take you
This article will explain how
tutorial that outlines the
string in php, introducing
through both the IF and the
to build dynamic web pages
four main mathematical
the use of control
IF-Else statement by
with PHP. PHP is a very
functions and how to use
structures, functions and
comparing numbers, although
popular and easy to learn
them. Clearly written with
working with web forms
relativly simple you can
script language. Regardless
the ability to ask questions
 
expand on them so that you
if you are starting to build
afterwards.
 
can run checks on various
your website, or if you are
 
 
things, such as passwords.
already a pro, just read on
 
 
 
to learn more about dynamic
 
 
 
web pages and PHP.


Date: Feb, 01 2006


Date: Sep, 30 2004


Date: Dec, 13 2005


Date: Mar, 20 2002
{ Copyright } ©2019 NuclearScripts.com