PHP Tutorial

PHP Tutorial : PHP is a server scripting language, and a powerful tool for making dynamic and interactive Web pages. PHP stands for Hypertext Pre-processor, It was originally created by Rasmus Lerdorf in 1994; the PHP reference implementation is now produced by The PHP Group.



PHP Tutorial
<html>
<html>
<body>
<?php
 echo "This is my first PHP tutorial script!";
 ?>
</body>
</html>




No comments:

Post a Comment

how to call ssh from vs code

 To call SSH from VS Code, you can use the built-in Remote Development extension. This extension allows you to open a remote folder or works...