Saturday 12 September 2015

write first hello world in php

<?php
   echo "Hello World";
?>
//: Output
Hello World

No comments:

Post a Comment