In order to become familiar with PHP programming structures and commands, we will build various PHP pages.S Sections of this page will explain each PHP command, provide a link to a working sample, and detail the working sample's PHP code. Let's get started:
<html> <head> <title>examnple</title> </head> <body> <h1>I like eggs</h1> <table border="1" align="center"> <?php Do echo "</tr></td>"; $eggs=$eggs-1; if ($eggs==12) } </table> </body> |