Web Programming – II (PHP) | Short Question Answer What is PHP? PHP stands for Hypertext Pre-processor. PHP is a server side scripting language and scripts are executed on server that is used to develop Static websites or Dynamic websites or Web applications. Syntax: <?php // PHP code goes here ?> List out the advantage of using PHP PHP […]

