php

Php

Php Basics Hello World The  echo  statement is used to output strings or variables: <? php echo "Hello World!" ; print "Hello Again!" ; // 'print' also works ?> Note:   echo  can take multip…

Load More
That is All