PHP: Difference between revisions

From Computer Science Wiki
 
(18 intermediate revisions by 2 users 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 wonderful language to realize the aims of web science. Below are topics related to PHP.
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 ==


* [[functions in PHP]]
== Overview of Topics ==
 
 
<table style="background: #F9F9F9;  border: 1px solid #A7D7F9; padding: 5px; margin: 5px;">
<tr>
<th style="background: #ccf; color: black;" colspan="20"> Topics
</th></tr>
<tr>
<td valign="top">
<ul><li> [[PHP Introduction]]</li>
<ul>
<li> [[PHP Syntax]]</li>
</ul>
</li>
<li> Basics
<ul>
<li>[[PHP Basic Output]]</li>
<li>[[PHP Variables]]</li>
<li>[[Constants]]</li>
<li>[[Strings]]</li>
<li>[[Arrays]]</li>
<li>[[Include File]]</li>
</ul>
</li>
</ul>
</td>
<td valign="top">
<ul><li>[[PHP Control Structures]]
<ul><li>[[If Statements]]</li>
<li>[[Looping Constructs]]</li>
<li>[[Switch Statements]]</li>
<li>[[Exception Handling]]</li></ul></li>
<li> Operators
<ul><li>[[Operators]]</li>
<li>[[Operator precedence]]</li></ul></li>
<li> Forms
<ul><li>[[Form Handling]]</li>
<li>[[Form Validation]]</li>
<li>[[File uploads]]</li>
<li>[[Cookies]]</li>
<li>[[Sessions]]</li></ul></li></ul>
</td>
<td valign="top">
<ul><li>File Handling
<ul><li>[[Basic I/O]]</li>
<li>[[Filesystem]]</li></ul></li>
<li>Functions &amp; OOP
<ul><li>[[Functions]]</li>
<li>[[Classes]]</li></ul></li>
<li>Other Topics
<ul>[[Date and Time]]</li>
<li>[[Error Handling]]</li>
<li>[[Sending Emails]]</li></ul></li></ul>
</td></tr></table>
 
== other topics ==
 
* [[functions in php]]
* [[includes and requires]]
* [[includes and requires]]
* [[variables in php]]
* [[common operators in php]]
* [[conditionals in php]]
== More advanced topics==
* [[sessions]]


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


== References ==


== More advanced topics==
<references />


[[Category:Approved by teacher]]
[[Category:PHP programming language]]
[[Category:This information is incomplete]]
[[Category:Programming languages]]
[[Category:This page needs to be better organized]]

Latest revision as of 10: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