Skip to content

Data types in Mysql / Mariadb

Numeric Data Types: INT (Integer): Int data type represents an integer of normal size. So simply it can used to store numeric value. There are… 

The While Loop

A While loop is used when we have to repeat a set of statements as long as the condition is false. It could be the… 

PHP Superglobals

We already learned about variables, but there are some Readymade or predefined keywords in PHP that can be used without you having to create them… 

php book webs jyoti

Variables in PHP

Variables – PHP Variables are used to store data and can be called by using the variable name and the data that it holds will…