PHP: Difference between revisions

From Computer Science Wiki
 
(5 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  
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]






==Basic ideas ==
== 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>
Line 74: Line 73:


== Resources ==
== Resources ==
* [https://developers.google.com/blockly/] (choose PHP)
* [https://developers.google.com/blockly/ blockly (choose PHP)]
* [http://php.net/docs.php Official documentation]
* [http://php.net/docs.php Official documentation]
* [http://www.phptherightway.com/ PHP the right way]
* [http://www.phptherightway.com/ PHP the right way]

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