Crafts
No data to show
Read More
PHP echo and print Statements
With PHP, there are two basic ways to get output: echo and print.
In this...
PHP Break
The break statement can be used to jump out of different kind of loops.
Break in For...
PHP do while Loop
The do...while loop - Loops through a block of code once, and then repeats the loop as...
PHP Loops
In the following chapters you will learn how to repeat code by using loops in PHP.
PHP Loops...
PHP Introduction
PHP code is executed on the server.
What You Should Already Know
Before you continue you...