PHP: Difference between revisions

From Computer Science Wiki
Line 12: Line 12:
==Basic ideas ==
==Basic ideas ==


* [[functions in PHP]]
* [[functions in php]]
* [[includes and requires]]
* [[includes and requires]]
* [[variables in php]]
* [[variables in php]]
* [[common operators in php]]


== More advanced topics==
== More advanced topics==

Revision as of 05:09, 10 September 2016

PHP Programming Language[1]

PHP is a wonderful language to realize the aims of web science. Below are topics related to PHP. One of the very best collaboratively written resources I've come across is PHP the right way

PHP: The Right Way


Basic ideas

More advanced topics

References