Introduction to PHP

Overview

Whether you want to be a professional web developer, or want to create some dynamic pages for yourself, or a community. The skill that you required after the basic understanding of HTML & CSS, is a scripting language. A scripting language is a special type of programming language that are not required to compile each time you do a modification in it, these languages are interpreted languages. Scripting languages are classified into two types:

Client Side Scripting Language:

A client-side scripting language is  special class of Scripting Languages that are downloaded to the client machine when he sends an HTTP requests to the server along with the content he requested for and executed on his machine as shown below.

Introduction to PHP 2

The most popular Scripting Languages are Javascript, EcmaScript, and jQuery.  Since, Client-Swide Scripts are downloaded on client machine and then executed on machine, it means a person having lil knowledge  of how web works, can alter the script and breaks security parameters easily.

Server Side Scripting Language:

While Server Side scripting language are executed on the server machine. That is when a client sends a htttp request, the server recognize what the clients requests for and execute the script, and only sends the content as request.

So provide a better security than client-side scripting language. A normal user can’t easily breaks in the secuurity parameters. But if you are pro. then nothing is impossible for you. So today we will start with the, most popular scripting language: PHP.

 

Content Protection by DMCA.com
RAHUL CHANANA
RAHUL CHANANA

UX /UI designer who loves clean, simple & unique design. i also enjoy crafting brand identities, icons, & ilustration work.

An Graduate Student of Information Technology, Guru Jambheshwar University of Science & Technology, Hisar. Love to discover new things about tech and loves to design.
Expertise in Graphic Designing with photoshop CS6 and CC. Also a little bit command over GIMP and CorelDRAW. I also have a knowledge of C, C++, Core Java, HTML5, CSS3, Bootstrap4, JavaScript and PHP. In free time i love to play cricket ,watch web series and love to travel.

Articles: 24

2 Comments

Leave a Reply

Your email address will not be published. Required fields are marked *