Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 505 Bytes

README.md

File metadata and controls

30 lines (23 loc) · 505 Bytes

Learning PHP by Examples


Navigation Menu

PHP Basics:

  • 01.variables.php
  • 02.string.php
  • 03.numbers.php
  • 04.arrays.php
  • 05.m_arrays.php
  • 06.loop.php
  • 07.booleans.php
  • 08.conditionals.php
  • 09.functions.php

PHP OOP:

  • 01.basic.php
  • 02.inheritance.php
  • 03.polymorphisum.php
  • 04.abstract.php
  • 05.static.php
  • 06.interfaces.php
  • 07.abstract-interfaces.php

PHP PDO:

  • PDO.php