/**

popular collection of scripts for all

*/
/** Search */

Introduction to PHP

 }

PHP101: Basic PHP

Hits: 574
*****
0.0

PHP Arrays

Hits: 565
*****
0.0

Understanding PHP

Hits: 553
*****
5.0

Sending Email With PHP

Hits: 549
*****
5.0
This tutorial will teach you
A tutorial dedicated to PHP
PHP, the PHP Hypertext
Basic introduction to the
the basics of the PHP
arrays and how to use them
Processor, is an open source
mail() function and testing
language -- looping,
as queues, lists, sorters,
server-side scripting
if email was sent.
variables, forms, etc. It
etc. It uses easy to follow,
language for Web servers,
 
does not venture into
executable examples to help
which provides a real
 
functions, arrays, objects,
you learn these intermediate
alternative to ASP,
 
or database/file
array techniques.
ColdFusion, Mod_Perl or JSP
 
manipulation.
 
if your aim is to provide
 
 
 
dynamic Web pages. Dynamic
 
 
 
Web pages are pages which
 
 
 
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: May, 03 2004


Date: Feb, 05 2006
Helps you create your very
This is a very simple
A collection of 14 tips on
Explain how to manipulate
first fully working php
tutorial that outlines the
PHP string literals,
string in php, introducing
script. using basic php
four main mathematical
operations and conversaion.
the use of control
parsing and the print
functions and how to use
Clear explanations and
structures, functions and
function.
them. Clearly written with
tutorial exercises are
working with web forms
 
the ability to ask questions
provided on single-quoted
 
 
afterwards.
strings, double-quoted
 
 
 
strings, string elements,
 
 
 
concatenation, converting
 
 
 
values to strings,
 
 
 
converting strings to
 
 
 
values: What Are the
 
 
 
Special Characters You Need
 
 
 
to Escape in Quoted
 
 
 
Stings? Can You Specify the
 
 
 
"new line"
 
 
 
Character in Single-Quoted
 
 
 
Strings? How Many Escape
 
 
 
Sequences Are Recognized in
 
 
 
Quoted Strings? How Many
 
 
 
Escape Sequences Are
 
 
 
Recognized in Double-Quoted
 
 
 
Strings? How To Include
 
 
 
Variables in Double-Quoted
 
 
 
Strings? How Many Ways to
 
 
 
Include Variables in
 
 
 
Double-Quoted Strings? How
 
 
 
Many Ways to Include Array
 
 
 
Elements in Double-Quoted
 
 
 
Strings? How To Access a
 
 
 
Specific Character in a
 
 
 
String? How To Assigning a
 
 
 
New Character in a
 
 
 
String? How To Concatenate
 
 
 
Two Strings Together? ......
 


Date: Nov, 24 2005


Date: Feb, 01 2006


Date: May, 27 2006


Date: Sep, 30 2004
{ Copyright } ©2019 NuclearScripts.com