PHP guiding and easy to understand
>>PHP environment setup
In order to develop and run PHP web pages three vital component need to be installed on your computer system 1)web server 2)database 3)PHP parser.
>>PHP variable types
The main way to store information in the middle of a pHp program is by using a variable here are the most inpimport things to know about variable in PHP.
>All variable in PHP are denoted with leading dollar sign $
>The value of variable is the value of its most recent assignment.
>Variables can but do not need to be declared before assignment.
>Integers :-are whole of numbers .exx 123
>Doubles :-are floating points number ex 3.13,2.13
>Bolleans :-have only two possible value at the true or false
>Null:-noun is a special type that only has one value null
>Strings :- are a sequence of characters
>Array:-are named and indexed collection of either values
>Object :-are instance of programmers
> Resource:-special variable that hold reference to resource external to PHP
Thanks to be watching and more PHP history to open my website updaterbox.blogspot.com
>All variable in PHP are denoted with leading dollar sign $
>The value of variable is the value of its most recent assignment.
>Variables can but do not need to be declared before assignment.
>Integers :-are whole of numbers .exx 123
>Doubles :-are floating points number ex 3.13,2.13
>Bolleans :-have only two possible value at the true or false
>Null:-noun is a special type that only has one value null
>Strings :- are a sequence of characters
>Array:-are named and indexed collection of either values
>Object :-are instance of programmers
> Resource:-special variable that hold reference to resource external to PHP
Thanks to be watching and more PHP history to open my website updaterbox.blogspot.com
