|
|
|
PHP Tutorial
|
PHP Variable Scope
This PHP tutorial is all about the scope of a variable in PHP. The Variable in PHP has a life in the program and in programming language we call it as the scope means the area in which the value of the variable is applicable.
View Rating |
|
|
PHP Tutorial
|
PHP Variables Types
This tutorial is the introduction of variables, naming convention of variables in PHP etc. You will also get some useful examples on variables and reference variables etc.
View Rating |
|
|
PHP Tutorial
|
PHP Resource Associates
In this tutorial you will come to know about resource in PHP, it is a new kind of variable introduced in PHP. It is used to make and keep a reference of another file or connection with the database etc.
View Rating |
|
|