Saturday, November 11

Tag: Web Developement

Web Development Using PHP
Technology

Web Development Using PHP

PHP stands for PHP: Hypertext Preprocessor.PHP is server-side scripting language which is used to develop dynamic websites. PHP is mainly used for web development purpose but also for a programming language. Programming with PHP is a very easy job or task. Most of the syntax in PHP is similar to C/C++.PHP supports all object-oriented programming concepts like inheritance, polymorphism etc. techniques. As PHP is a powerful server-side scripting language, therefore, it requires local host server for programming. We can use any web server like Xampp, Apache, and IIS when we install Xampp server it comes with MYSQL & PHP installation. What is PHP file A PHP file has file extension .php or.php3 or .phtml. It contains text, HTML tags, and scripts.PHP files are returned to the browser as...