Wednesday, 23 August 2017

PHP coding

<html>
          <head><title> first php scrit </title></head>
        <body>
                  <b>
                    <?php
                     echo " php is real fun !!!";
                         ?>/ / outputs a message
         </b>
     </body>
</html>

No comments:

Post a Comment