Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

php create html code

<?php /*Do some PHP calculation or something*/ ?>
     <table>
         <tr>
             <td>Name</td>
             <td><?php echo $name;?></td>
         </tr>
     </table>
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #php #create #html #code
ADD COMMENT
Topic
Name
1+1 =