topical media & game development

talk show tell print

basic-php-04-table1-rev01.php / php



  <?php
  movie=<<<EOD     
  <h2><center>Movie Review Database</center></h2>
  <table width="70%" border="1" cellpadding="2" 
         cellspacing="2" align="center">
    <tr>
      <th>Movie Title</th>
      <th>Year of Release</th>
      <th>Movie Director</th>
      <th>Movie Lead Actor</th>
      <th>Movie Type</th>
    </tr>
  </table>
  EOD;
      
  echo movie;
  ?>
  


(C) Æliens 20/2/2008

You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.