Διαβάζω περισσότερα
PHP Global Variables - Superglobals
Superglobals were introduced in PHP 4.1.0, and are built-in variables that are always available...
PHP echo and print Statements
With PHP, there are two basic ways to get output: echo and print.
In this...
PHP Variables
Variables are "containers" for storing information.
Creating (Declaring) PHP Variables
In...
PHP Strings
A string is a sequence of characters, like "Hello world!".
Strings
Strings in PHP are...
PHP Shorthand if Statements
Short Hand If
To write shorter code, you can write if statements on one line....