Introduction
  • Introduction
environmennt setup
  • 01 local server selection wamp, xampp, mamp, lamp
  • 02 wamp server installation
  • 03 IDE, Editor for PHP
php basics
  • 01 php basic- creating and running our first php programe
  • 02 php basic- variables
  • 03 php basic-create space between string
  • 04 php basic-showing text in separate lines
  • 05 php basic-addition
  • 06 php basic-substraction
  • 07 php basic-comments
  • 08 php basic-multiplication
  • 09 php basic-division
  • 10 php basic-reminder
conditions
  • 01 php basics-if condition
  • 02 php basic-else condition
  • 03 php basic-ifelse condition
loops and arrays
  • 01 php basic for loop
  • 02 php basic-array
  • 03 php basic-foreach loop
  • 04 php basic-while loop
functions
  • 01 functions introduction
  • 02 php basic-more about functions -multiply function
sessions
  • Sessions in php
forms in php
  • 01 php forms introduction
  • 02 php forms get and post methods
  • 03 php forms getting form data
  • 04 php form- check if form is submitted or not
  • 05 php form creating a database and connect to it
  • 06 creating a users table in mysql database
  • 07 php form inserting data to database from form
conclusion
  • conclusion and next step