PHP: Difference between revisions

From Computer Science Wiki
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[file:php.png|right|frame|PHP Programming Language<ref>http://www.flaticon.com/</ref>]]
[[file:php.png|right|frame|PHP Programming Language<ref>http://www.flaticon.com/</ref>]]


PHP is a scripting language which enables interactivity. Below are topics related to PHP. One of the very best collaboratively written resources I've come across is  [http://www.phptherightway.com/ PHP the right way]. Please also become very familiar with [http://php.net/docs.php the official documentation]
PHP is an interpreted programming language which is designed to support web-based interactive applications. Below are topics related to PHP. One of the very best collaboratively written resources I've come across is  [http://www.phptherightway.com/ PHP the right way]. Please also become very familiar with [http://php.net/docs.php the official documentation]






==Overview ==
== Overview of Topics ==




Line 16: Line 16:
<ul><li> [[PHP Introduction]]</li>
<ul><li> [[PHP Introduction]]</li>
<ul>
<ul>
<li> [[PHP Environment]]</li>
<li> [[PHP Syntax]]</li>
<li> [[PHP Syntax]]</li>
</ul>
</ul>

Latest revision as of 09:21, 7 September 2017

PHP Programming Language[1]

PHP is an interpreted programming language which is designed to support web-based interactive applications. Below are topics related to PHP. One of the very best collaboratively written resources I've come across is PHP the right way. Please also become very familiar with the official documentation


Overview of Topics

Topics

other topics

More advanced topics

Resources

References