PHP: Difference between revisions

From Computer Science Wiki
No edit summary
 
(15 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 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]]


== Problem sets ==
== More advanced topics==


* [[sessions]]


== More advanced topics==
== 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 ==
== References ==

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