Simple PHP With HTML

 Basic PHP with Html tutorials

 php Tag starts "<?php" end  "?>"

server side language complies by apache server

<html>
<head><title>Random number</title></head>
<body>
 
 <p>I have chosen <?php
  
    echo rand(1, 100);
 
 ?>.</p>
 
 </body>
 
 </html>

    Blogger Comment

0 comments:

Post a Comment