Skip to content

scm-ojt/php-roadmap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

PHP Fundamentals

Table of contents

Environment setup

Syntax And Output

Variable And Constant

Array

Operators

Conditional Statements

Loops

Functions

Gloabal Variables

Error Handling

File Handling

Database (MySQL)

  • Databse
  • Table
  • SQL
    • INSERT
    • UPDATE
    • DELETE
    • SELECT
    • Condition
      • WHERE (=, >, <, <>, LIKE, IN, BETWEEN)
    • Operator (AND, OR, NOT)
    • NULL (IS NULL, IS NOT NULL)
    • Soring (ASC, DESC)
    • LIMIT
    • Functions
      • COUNT
      • SUM
      • AVG
      • MIN
      • MAX
    • JOIN
      • LEFT JOIN
      • RIGHT JOIN
      • INNERT JOIN
      • UNION JOIN
      • SELF JOIN
    • Aliases
    • EXISTS
    • GROUP BY
    • HAVING

Regular Expressions

  • TODO

Object-Oriented Programming (OOP)

Other

Tools

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published