Wednesday, July 22, 2020

Php is server side scripting language.We will see the beginners guide to learn the basic php coding.

It's a widely used language and popular social networking sites like facebook use it.

As it is widely used frame work there are lot of advantages using it.

1) Highly Flexible,
2) Good Performance
3) Low Cost
4) More options to make customizable views.
5) We can use the variables without declaring them using data type.
6) Reliable

Approximately almost 50% of the websites uses php for building the websites.

Php Hello World :

<?php
echo "Hello World";
?>




Real time examples regarding PHP



No comments:

Post a Comment

Php is server side scripting language.We will see the beginners guide to learn the basic php coding. It's a widely used language and ...