Introduction to Web Development & PHP

Clients and servers

The parts of the toolbox

  • Internet connection
  • TCP/IP
  • DNS
  • HTTP
  • Component files

HTML

Markup Language

CSS

Stylesheet Language

PHP

Scripting/Programming Language

History of PHP

  • created in 1995 and designed for web development
  • created by Rasmus Lerdorf (1994)
  • PHP3 (1997) released by Zeev Suraski and Andi Gutmans

Let's Start

What We Need

  • Text editor or IDE
  • Stop using Windows
  • Get familiar with *nix
  • Install PHP (Latest version: 7.*)

Installing PHP on Windows

Installing PHP on Linux

<?php echo 'Hello World'; ?>

php index.php 
php -S localhost:8080 

LEARN LINUX

USE COUPON CODE "ANAM100" TO GET 1000 BDT DISCOUNT

Muhammad Sumon Molla Selim

Founder, Lets Learn Coding

smseleem@gmail.com

Intro to Web Development & PHP

By Muhammad Sumon Molla Selim

Intro to Web Development & PHP

Introduction to common web development terminologies and PHP language.

  • 2,908