/**

popular collection of scripts for all

*/
/** Search */

Introduction to PHP

 }

Understanding PHP

Hits: 482
*****
5.0

Playing with Numbers in PHP

Hits: 469
*****
0.0

Basic IF Statements

Hits: 460
*****
0.0
PHP, the PHP Hypertext
This is a very simple
This tutorial will take you
This elementary tutorial
Processor, is an open source
tutorial that outlines the
through both the IF and the
describes how to search an
server-side scripting
four main mathematical
IF-Else statement by
array to see if a specific
language for Web servers,
functions and how to use
comparing numbers, although
item lies in it. In the
which provides a real
them. Clearly written with
relativly simple you can
tutorial, we create an array
alternative to ASP,
the ability to ask questions
expand on them so that you
of strings such as
ColdFusion, Mod_Perl or JSP
afterwards.
can run checks on various
"Apple" and
if your aim is to provide
 
things, such as passwords.
"Orange" then show
dynamic Web pages. Dynamic
 
 
you how to use PHP to find
Web pages are pages which
 
 
out that "Apple"
interact with the user, so
 
 
is in the array but
that each user visiting the
 
 
"Monkey" is not.
page sees customized
 
 
This can be useful in PHP
information - which may vary
 
 
programs if you have a
each time and which may be
 
 
collection of items (perhaps
based on a form they've just
 
 
that a user has entered) and
filled in, or on information
 
 
you want to know if a
extracted from a database or
 
 
certain item is in that
some other external source.
 
 
collection.
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: May, 03 2004


Date: Feb, 01 2006


Date: Dec, 13 2005


Date: Dec, 10 2006
Want to learn php, we have
As in many languages, there
Explain how to manipulate
This introductory guide on
set up a simple to follow
are 150 different ways to do
string in php, introducing
PHP explains the definition,
quick guide to send you on
just about everything, the
the use of control
basic structure and date
your way. We cover all the
same rule applies for a
structures, functions and
function of PHP language.
very basics of php also find
simple connection and output
working with web forms
 
our other tutorials covering
of data in a mySQL database
 
 
an even wider range of php
using PHP. This tutorial
 
 
coding.
will give you only one way
 
 
 
of accomplishing this, and
 
 
 
while it works, it is
 
 
 
definitely not the only way.
 
 


Date: Nov, 05 2006


Date: Feb, 11 2006


Date: Sep, 30 2004


Date: Apr, 16 2005
{ Copyright } ©2019 NuclearScripts.com