Keine Daten zum Anzeigen
Read More
PHP Functions
The real power of PHP comes from its functions.
PHP has more than 1000 built-in functions, and...
PHP foreach Loop
The foreach loop - Loops through a block of code for each element in an array or each...
PHP Delete Array Items
Remove Array Item
To remove an existing item from an array, you can use...
PHP do while Loop
The do...while loop - Loops through a block of code once, and then repeats the loop as...
PHP Nested if Statement
Nested If
You can have if statements inside if statements, this is...