What is the main part of php and why you should learn 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.
First Php program for self practice!
<!DOCTYPE html>
<html>
<body>
<?php
echo "This is my first PHP program !";
?>
</body>
</html>
Now first open a notepad or notepad++ or Dreamweaver and copy this code and try to save this with extension .php using wampor xamp server, inside C:/ drive folder www and ,
if you do not have wamp server please download this and install first and then , open the and see in your taskbar in right side below , and open PHPMYADMIN , here you click and open your saved file inside your folder there you saved you php first program
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.
First Php program for self practice!
<!DOCTYPE html>
<html>
<body>
<?php
echo "This is my first PHP program !";
?>
</body>
</html>
Now first open a notepad or notepad++ or Dreamweaver and copy this code and try to save this with extension .php using wampor xamp server, inside C:/ drive folder www and ,
if you do not have wamp server please download this and install first and then , open the and see in your taskbar in right side below , and open PHPMYADMIN , here you click and open your saved file inside your folder there you saved you php first program
Comments