PHP
PHP (stand for PHP: Hypertext Preprocessor) is a broadly utilized open source universally useful scripting dialect that is particularly suited for web improvement and can be embedded into HTML.
PHP is a server scripting Language and it also easy and user-friendly for making dynamic and Smarter Web pages. PHP is a broadly utilized, free, and effective other option to contenders, for example, Microsoft's ASP.
Basicstructure of PHP
<!DOCTYPE html>
<html>
<body>
<?php
echo "I Love PHP script!";
?>
</body>
</html>
if you want to PHP Developer then you need to install xampp, wamp, lamp or mamp these are third party application it helps you to create a server environment on a client computer.
Comments
Post a Comment