|
|
|
PHP Tutorial
|
PHP Loop Function
PHP Loop: In this tutorial you will come to learn about loops supported by PHP, such as: for, while, do-while, foreach etc. in addition this tutorial also provides an example of recursion.
View Rating |
|
|
PHP Tutorial
|
PHP Form
PHP Form: In this tutorial you will learn how to pass any data from a html page to a php file, and how to use all those data. To do this we need at least two files one is html file and a php file.
View Rating |
|
|
PHP Tutorial
|
PHP User Defined Function
PHP User Defined Function: In this tutorial you will get to know about the user defined functions, how to declare, call, pass parameters etc. Examples will help you to go through user-defined functions.
View Rating |
|
|
PHP Tutorial
|
PHP Random Number
PHP Random Number:In this tutorial you will learn about generation of random number in PHP. A random number is becoming more useful these days, like captcha, statistical sampling, cryptography
View Rating |
|
|