Smoking on the Porch

From mywiki
Revision as of 14:57, 7 March 2021 by Johnny (talk | contribs) (Created page with "{{DiscussionThread |Synopsis=I'm setting it up so I can easily record on the porch. |Thread=Work and Value, Religion and Philosophy |EditDate=2021/03/07 |Prime Category=Belief...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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

  1. Autoplay latest session
  2. 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]
  1. Source code template