PHP gettype() Function: Check data type by PHP get type
The PHP gettype() function is a PHP function that is used to check the type of variables. This PHP ...
The PHP gettype() function is a PHP function that is used to check the type of variables. This PHP ...
Session name in PHP is usually a random name provided by server which is unique for any web app. We...
Before learning how to connect MySQL database in PHP, I would like to give a brief introduction abou
Database Connection in PHP Before starting to database connection I would like to explain why we...
To perform operations on arrays easily PHP array operators is a good choice. We can use Union operat...
While trying to learn about PHP operators, the first question is What is operator? PHP Operators a
PHP Constants PHP constant is an identifier (a name) for simple value. As the name suggests, that v
Variables in PHP are represented by a dollar sign followed by the name of the variable. The variable...
Before diving into the world of PHP, you need to install it first. Don’t worry; it’s easier than it...
So if you are going to learn PHP, you should first know WHAT PHP IS. So this article giving introduc...