Thursday, June 20, 2019

PHP Different Frame Works !!

PHP Different Frame Works !!
PHP Different Frame Works !! In this article we discuss about Different PHP Frameworks. Framework Website developing is a very difficult task. In developing we use same code thousands of time. so, The framework is create a file which contains the code that...

Saturday, June 15, 2019

PHP Arrays !!

PHP Arrays !!
PHP Arrays !! In this article we will discuss about PHP Arrays, Types of PHP arrays in brief. PHP Array An array is a special variable that stores multiple values at a time. Array can store values of int, string, float, character etc.. Types Of Array  There...

Monday, June 3, 2019

PHP Session !!

PHP Session !!
PHP Session !! In this article we will discuss about PHP Session in brief/ Session Session stores information and pass it one page to another page temporarily. PHP session creates unique id for each browser to recognize user. Session_start() PHP...