Topics
Advanced Web Designing
Introduction to SEO (Search Engine Optimization)
Advanced Javascript
Emerging Technologies (IOT, Cloud Computing, AI,5G)
Server-side Scripting (PHP)
E-Commerce and E-Governance
- Server Side Scripting
- Features of PHP
Introduction to PHP
PHP (Hypertext Preprocessor) is a widely used open-source general-purpose scripting language. It is especially suited for web development and can be embedded into HTML. The PHP code is embedded with HTML tags using <?php Code ?>. All the PHP files have extension ".php".
Server Side Scripting
A server is a computer system that serves as a central repository of data and programs and is shared by the clients. A user's request is fulfilled by running a script directly on the web server to generate dynamic HTML pages. PHP is a programming language used for server side scripting.
Features of PHP
It is very simple and easy to use. It is an interpreted language, there is no need of compiling. It is faster as compared to other languages. It is an open-source language. PHP is case sensitive for declaration of variables but insensitive for keywords