Smoking on the Porch: Difference between revisions

From mywiki
Jump to navigation Jump to search
(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...")
 
m (Protected "Smoking on the Porch": Protect short page ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)))
 
(No difference)

Latest revision as of 03:42, 1 May 2023


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