Open main menu
PHP Essentials
Revision as of 18:40, 7 June 2007 by
Neil
(
Talk
|
contribs
)
(
diff
)
← Older revision
|
Latest revision
(
diff
) |
Newer revision →
(
diff
)
Revision as of 18:40, 7 June 2007 by
Neil
(
Talk
|
contribs
)
(
diff
)
← Older revision
|
Latest revision
(
diff
) |
Newer revision →
(
diff
)
About this Book
Intended Audience
The History of PHP
The Creation of PHP
PHP 3 Hits the Big Time
PHP 4 - Optimization, Scalabilty and More
PHP 5 - Object Orientation, Error Handling and XML
How Popular is PHP?
An Overview of PHP
What Exactly is PHP?
How Does PHP Work?
Why is PHP so Useful?
Summary
Creating a Simple PHP Script
The PHP Code Delimiters
Testing the PHP Installation
Emdedding PHP into an HTML File
Embedding HTML into a PHP Script
Summary
Commenting PHP Code
PHP Single Line Comments
PHP Multi-line Comments
Summary
An Introduction to PHP Variables
Naming and Creating a Variable in PHP
Assigning a Value to a PHP Variable
Accessing PHP Variable Values
Changing the Type of a PHP Variable
Checking Whether a Variable is Set
Understanding PHP Variable Types
The PHP Integer Variable Type
The PHP Float Variable Type
The PHP Boolean Variable Type
The PHP String Variable
Extracting and Writing String Fragments
Creating PHP heredoc Strings
PHP Constants
Defining a PHP Constant
Checking if a PHP Constant is Defined
Using a Variable as a Constant Name
Predefined PHP Constants
PHP Script and Environment Related Constants
PHP Mathematical Constants
PHP Operators
PHP Assignment Operators
PHP Arithmetic Operators
PHP Comparison Operators
PHP Logical Operators
PHP Increment and Decrement Operators
PHP String Concatenation Operator
Concatenation of Numbers and Strings in PHP
PHP Execution Operator - Executing Server Side Commands
PHP Flow Control and Looping
PHP Conditional Statements
The PHP if Statement
The PHP if ... else Statements
PHP Looping Statements
PHP for loops
PHP while loops
PHP do ... while loops
PHP switch Statements
Breaking a Loop
Breaking Out of Nested Loops
Skipping Statements in Current Loop Iteration
PHP Functions
What is a PHP Function?
How to Write a PHP Function
Returning a Value from a PHP Function
Passing Parameters to a PHP Function
Calling PHP Functions
Passing Parameters By Reference
Returning Values By Reference
Functions and Variable Scope
PHP Arrays
Working with Strings and Text in PHP
PHP, Filesystems and File I/O
Working with Directories in PHP
An Overview of HTML Forms
PHP and HTML Forms
PHP and Cookies - Creating, Reading and Writing
Understanding PHP Sessions
PHP Object Oriented Programming
Using PHP with MySQL
PHP and SQLite
Last modified on 27 October 2016, at 20:15