Category php

PHP Control Structures

  List of operators in PHP and it’s types: Operator are mainly divided by three groups. 1.Uniary Operators that takes one values 2.Binary Operators that takes two values 3.ternary operators that takes three values Operator are mainly divided by three…

Arrays in PHP

 Arrays in PHP are simplified. Output: array(3) { [0]=> string(3) “WSJ” [1]=> string(3) “WEF” [2]=> string(2) “NT” } string(2) “NT” array(3) { [1]=> string(3) “WSJ” [2]=> string(3) “WEF” [3]=> string(2) “NT” } array(3) { [“one”]=> string(3) “WSJ” [“two”]=> string(3) “WEF” [“three”]=>…

Installation and setup for PHP beginners

 Welcome to PHP Learning! How to set up a local environment for development: We will be using apache XAMPP webserver  and mySQL data base for this learning PHP. Step 1: Installation install the server from  depending on your OS install…

Enable Notifications OK No thanks