Learn Php
What is php? PHP is a server scripting language, and a powerful tool for making dynamic and interactive Web pages. PHP is a widely-used, free, and efficient alternative to competitors such as Microsoft's ASP. PHP 7 is the latest stable release. Example: <!DOCTYPE html> <html> <body> <?php echo "Hello RK. This is PHP example."; ?> </body> </html>