PHP: Difference between revisions

From Computer Science Wiki
No edit summary
 
(10 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 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 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 ==
 
 
<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]]
* [[functions in php]]
Line 11: Line 66:
* [[variables in php]]
* [[variables in php]]
* [[common operators in php]]
* [[common operators in php]]
* [[conditionals in php]]


== More advanced topics==
== More advanced topics==
* [[sessions]]


== Resources ==
== Resources ==
 
* [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]
== References ==
== References ==



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