Smoking on the Porch
Jump to navigation
Jump to search
EditDate | 2021/03/07 |
---|
Related Threads: Work and Value, Religion and Philosophy
I'm setting it up so I can easily record on the porch.
Web References http://johnnywunder.info:8081/
Home Page
- Autoplay latest session
- List this year's sessions
Building the Page
<html> <head></head> <body> <ul> <?php for($i=1;$i<=5;$i++){ ?> <li>Menu Item <?php echo $i; ?></li> <?php } ?> </ul> </body> </html> [1]