|
|
Line 46: |
Line 46: |
| <tr> | | <tr> |
| <td valign="top"> | | <td valign="top"> |
| <ul><li> [[Introduction]]</li> | | <ul><li> [[PHP Introduction]]</li> |
| <ul><li> <a href="/w/index.php?title=php/environment&action=edit&redlink=1" class="new" title="php/environment (page does not exist)">Environment</a></li> | | <ul> |
| <li> <a href="/w/index.php?title=php/syntax&action=edit&redlink=1" class="new" title="php/syntax (page does not exist)">Syntax</a></li></ul></li> | | <li> [[PHP Environment]]</li> |
| | <li> [[PHP Syntax]]</li> |
| | </ul> |
| | </li> |
| <li> Basics | | <li> Basics |
| <ul><li> <a href="/w/index.php?title=php/basic_output&action=edit&redlink=1" class="new" title="php/basic output (page does not exist)">Basic Output</a></li> | | <ul> |
| <li> <a href="/w/index.php?title=php/variables&action=edit&redlink=1" class="new" title="php/variables (page does not exist)">Variables</a></li> | | <li>[[PHP Basic Output]]</li> |
| <li> <a href="/w/index.php?title=php/constants&action=edit&redlink=1" class="new" title="php/constants (page does not exist)">Constants</a></li> | | <li>[[PHP Variables]]</li> |
| <li> <a href="/w/index.php?title=php/strings&action=edit&redlink=1" class="new" title="php/strings (page does not exist)">Strings</a></li> | | <li>[[Constants]]</li> |
| <li> <a href="/w/index.php?title=php/arrays&action=edit&redlink=1" class="new" title="php/arrays (page does not exist)">Arrays</a></li> | | <li>[[Strings]]</li> |
| <li> <a href="/w/index.php?title=php/include_file&action=edit&redlink=1" class="new" title="php/include file (page does not exist)">Include File</a></li></ul></li></ul> | | <li>[[Arrays]]</li> |
| | <li>[[Include File]]</li> |
| | </ul> |
| | </li> |
| | </ul> |
| </td> | | </td> |
| <td valign="top"> | | <td valign="top"> |
| <ul><li> Control Structures | | <ul><li>[[PHP Control Structures]] |
| <ul><li> <a href="/w/index.php?title=php/conditional_statements&action=edit&redlink=1" class="new" title="php/conditional statements (page does not exist)">If Statements</a></li> | | <ul><li>[[If Statements]]</li> |
| <li> <a href="/w/index.php?title=php/looping_constructs&action=edit&redlink=1" class="new" title="php/looping constructs (page does not exist)">Looping Constructs</a></li> | | <li>[[Looping Constructs]]</li> |
| <li> <a href="/w/index.php?title=php/switch_statements&action=edit&redlink=1" class="new" title="php/switch statements (page does not exist)">Switch Statements</a></li> | | <li>[[Switch Statements]]</li> |
| <li> <a href="/w/index.php?title=php/exception_handling&action=edit&redlink=1" class="new" title="php/exception handling (page does not exist)">Exception Handling</a></li></ul></li> | | <li>[[Exception Handling]]</li></ul></li> |
| <li> Operators | | <li> Operators |
| <ul><li> <a href="/w/index.php?title=php/operators&action=edit&redlink=1" class="new" title="php/operators (page does not exist)">Operators</a></li> | | <ul><li>[[Operators]]</li> |
| <li> <a href="/w/index.php?title=php/operator_precedence&action=edit&redlink=1" class="new" title="php/operator precedence (page does not exist)">Operator precedence</a></li></ul></li> | | <li>[[Operator precedence]]</li></ul></li> |
| <li> Forms | | <li> Forms |
| <ul><li> <a href="/w/index.php?title=php/form_handling&action=edit&redlink=1" class="new" title="php/form handling (page does not exist)">Form Handling</a></li> | | <ul><li>[[Form Handling]]</li> |
| <li> <a href="/w/index.php?title=php/form_validation&action=edit&redlink=1" class="new" title="php/form validation (page does not exist)">Form Validation</a></li> | | <li>[[Form Validation]]</li> |
| <li> <a href="/w/index.php?title=php/file_uploads&action=edit&redlink=1" class="new" title="php/file uploads (page does not exist)">File uploads</a></li> | | <li>[[File uploads]]</li> |
| <li> <a href="/w/index.php?title=php/cookies&action=edit&redlink=1" class="new" title="php/cookies (page does not exist)">Cookies</a></li> | | <li>[[Cookies]]</li> |
| <li> <a href="/w/index.php?title=php/sessions&action=edit&redlink=1" class="new" title="php/sessions (page does not exist)">Sessions</a></li></ul></li></ul> | | <li>[[Sessions]]</li></ul></li></ul> |
| </td> | | </td> |
| <td valign="top"> | | <td valign="top"> |
| <ul><li>File Handling | | <ul><li>File Handling |
| <ul><li> <a href="/w/index.php?title=php/basic_i/o&action=edit&redlink=1" class="new" title="php/basic i/o (page does not exist)">Basic I/O</a></li> | | <ul><li>[[Basic I/O]]</li> |
| <li> <a href="/w/index.php?title=php/filesystem&action=edit&redlink=1" class="new" title="php/filesystem (page does not exist)">Filesystem</a></li></ul></li> | | <li>[[Filesystem]]</li></ul></li> |
| <li>Functions & OOP | | <li>Functions & OOP |
| <ul><li> <a href="/w/index.php?title=php/functions&action=edit&redlink=1" class="new" title="php/functions (page does not exist)">Functions</a></li> | | <ul><li>[[Functions]]</li> |
| <li> <a href="/w/index.php?title=php/classes&action=edit&redlink=1" class="new" title="php/classes (page does not exist)">Classes</a></li></ul></li> | | <li>[[Classes]]</li></ul></li> |
| <li>Other Topics | | <li>Other Topics |
| <ul><li> <a href="/w/index.php?title=php/date_and_time&action=edit&redlink=1" class="new" title="php/date and time (page does not exist)">Date and Time</a></li> | | <ul>[[Date and Time]]</li> |
| <li> <a href="/w/index.php?title=php/error_handling&action=edit&redlink=1" class="new" title="php/error handling (page does not exist)">Error Handling</a></li> | | <li>[[Error Handling]]</li> |
| <li> <a href="/w/index.php?title=php/sending_emails&action=edit&redlink=1" class="new" title="php/sending emails (page does not exist)">Sending Emails</a></li></ul></li></ul> | | <li>[[Sending Emails]]</li></ul></li></ul> |
| </td></tr></table> | | </td></tr></table> |