Showing records
Name | Description | Action |
---|---|---|
Syntax | View | |
Variables | View | |
Output Variables | View | |
The global Keyword | View | |
Variables Scope | View | |
Global Scope | View | |
Local Scope | View | |
The global Keyword | View | |
The static Keyword | View | |
echo and print Statements | View | |
echo Statement | View | |
print Statement | View | |
Data Types | View | |
String | View | |
Integer | View | |
Float | View | |
Boolean | View | |
Array | View | |
Object | View | |
NULL Value | View | |
Resource | View | |
Get The Length of a String | View | |
Count The Number of Words in a String | View | |
Strings | View | |
String Functions | View | |
Get The Length of a String | View | |
Count The Number of Words in a String | View | |
Reverse a String | View | |
Search For a Specific Text Within a String | View | |
Replace Text Within a String | View | |
Constants | View | |
Create a Constant | View | |
Constants are Global | View | |
Operators | View | |
Arithmetic Operators | View | |
Assignment Operators | View | |
Increment / Decrement Operators | View | |
Logical Operators | View | |
String Operators | View | |
Array Operators | View | |
Conditional Statements | View | |
if Statement | View | |
if...else Statement | View | |
if...elseif....else Statement | View | |
The switch Statement | View | |
Loops | View | |
while Loop | View | |
do...while Loop | View | |
for Loops | View | |
foreach Loop | View | |
Functions | View | |
Create a User Defined Function | View | |
Function Arguments | View | |
Default Argument Value | View | |
Functions - Returning values | View | |
Arrays | View | |
Indexed Arrays | View | |
Create an Array | View | |
Indexed Arrays | View | |
Get The Length of an Array - The count() Function | View | |
Loop Through an Indexed Array | View | |
Associative Arrays | View | |
Loop Through an Associative Array | View | |
Multidimensional Arrays | View | |
Sorting Arrays | View | |
Sort Functions For Arrays | View | |
Sort Array in Ascending Order - sort() | View | |
Sort Array in Descending Order - rsort() | View | |
Sort Array (Ascending Order), According to Value - asort() | View | |
Sort Array (Ascending Order), According to Key - ksort() | View | |
Sort Array (Descending Order), According to Value - arsort() | View | |
Sort Array (Descending Order), According to Key - krsort() | View | |
Global Variables - Superglobals | View | |
$GLOBALS | View | |
$_SERVER | View | |
$_REQUEST | View | |
$_POST | View | |
$_GET | View | |
PHP Forms | View | |
Form Handling | View | |
GET vs. POST | View | |
Form Validation | View | |
Text Fields | View | |
Radio Buttons | View | |
The Form Element | View | |
Validate Form Data With PHP | View | |
Forms - Required Fields | View | |
Display The Error Messages | View | |
Forms - Validate E-mail and URL | View | |
Validate E-mail | View | |
Validate URL | View | |
Validate Name, E-mail, and URL | View | |
Complete Form Example | View | |
Multidimensional Arrays | View | |
Multidimensional Arrays | View | |
Two-dimensional Arrays | View | |
Date and Time | View | |
Get a Simple Date | View | |
Tip - Automatic Copyright Year | View | |
Get Your Time Zone | View | |
Create a Date With PHP mktime() | View | |
Create a Date From a String With PHP strtotime() | View | |
Include Files | View | |
File Handling | View | |
File Open/Read/Close | View | |
File Upload | View | |
Cookies | View | |
Sessions | View | |
Filters | View | |
Filters Advanced | View | |
Error Handling | View | |
Exception Handling | View |