Complete PHP From Scratch For Beginners
Complete PHP From Scratch For Beginners
Section 1 : Introduction
Section 2 : Setting up the PHP Eenvironment
Chp 5 : Types of PHP Installation software
Types of Installation :
Multi-Line commment : /* */
Web Browser sends the request to Web Server to access the html page and Web
Server sends the HTML page as to Web Browser as a Response
What is PHP :
1) It can read data from the form submitted from the HTML Page
2) Read, Save, Update, Delete data from database
3) Send Emails
4) Accept cookies and set Cookies
5) Track the session of the user on the web Page
6) Restrict the user to access some pages on your website
7) Many other web page bbased backed transaction
Characteristic of PHP:
1) Simplicity
2) Efficiency
3) Security
4) Flexibility
5) Familiarty
Chp 28 : PHP useful resourses:
References :
Books :
Sites :
Online resources :
https://www.php.net/
https://www.w3schools.com/
https://www.phptherightway.com/
His websites :