First time here? Checkout the FAQ!
x
menu search
brightness_auto
more_vert

How to Learn PHP ? PHP Tutorials

thumb_up_off_alt 0 like thumb_down_off_alt 0 dislike

1 Answer

more_vert
 
verified
Best answer

PHP

PHP is a general-purpose scripting language geared toward web development. It was originally created by Danish-Canadian programmer Rasmus Lerdorf in 1993 and released in 1995. The PHP reference implementation is now produced by The PHP Group.

It is used for:
- To create dynamic website.
- To Interacting with web server (Apache etc)
- To interacting with any back-end / database server e.g. MySQL

Basic

  • syntax
  • variable
  • constant
  • data type
  • comment
  • Array
  • Operators

Control Statement

  • For Loop
  • While Loop
  • Do while loop
  • if else
  • Switch case

Oop's Concept

  • Class & Object
  • Access specifiers
  • Abstraction
  • Inheritance
  • Polymorphism

DataBase

  • PHP connection
  • Get form data
  • create database
  • CRUD operations

Basic Projects

  • To do list in PHP & MySQL

Contributers

thumb_up_off_alt 0 like thumb_down_off_alt 0 dislike
...