Monday 17 October 2011

PHP

PHP coding is used to create web pages and web applications.PHP is an object oriented programming language.It as all the features of OOP.A php code is embedded in a HTML code.One of the striking features of php is you need not to specify the name of the data variables.Php compiler itself assigns the name to the variables.In php we don't have any global variables instead of it we have Superglobal variable which is similar to the global variable.In php we have all operators which we are using it in c &c++.In addition to the operators we have Concatenation operator(.) which we use to add to strings.Array functions and function calls are similar to other oop.We can us php for writing web application programs.

No comments:

Post a Comment