web learning

HTML

CSS

PHP

JAVA SCRIPT

AJAX

EBOOKS

PROJECT

FORUM

<html>
 <title>HTML with PHP</title>
 <body>
 <h1>My Example</h1>

     <?php
        echo "I have testing this php code";
     ?>

     <b>Here is some more HTML</b>

     <?php
       
     ?>


 </body>
 </html>

Categories:

Leave a Reply