Drinks
No data to show
Read More
PHP if Statements
Conditional statements are used to perform different actions based on different conditions....
PHP Strings
A string is a sequence of characters, like "Hello world!".
Strings
Strings in PHP are...
PHP Sorting Arrays
The elements in an array can be sorted in alphabetical or numerical order, descending or...
PHP Add Array Items
Add Array Item
To add items to an existing array, you can use the bracket [] syntax....
PHP Comments
Comments in PHP
A comment in PHP code is a line that is not executed as a part of the program....