Php webtags: Difference between revisions

3 bytes added ,  11:02, 3 September 2009
m
fixed typo in the code and the versoin number/date changed
m (fixed typo in the code and the versoin number/date changed)
Line 1: Line 1:
{{AddOnBanner|name=PHP Webtags|type=Web templates, PHP|author=Ray Beriau|contact='gemini06720' via forum|updated=17 Aug 2009|version=1.01}}
{{AddOnBanner|name=PHP Webtags|type=Web templates, PHP|author=Ray Beriau|contact='gemini06720' via forum|updated=2 Sept 2009|version=1.02}}
Cumulus automatically prepares a number of webpages by using HTML template files.  These files contain [[webtags]] which Cumulus replaces with actual values from your weather station.
Cumulus automatically prepares a number of webpages by using HTML template files.  These files contain [[webtags]] which Cumulus replaces with actual values from your weather station.


Line 31: Line 31:
<pre>
<pre>
<?php  
<?php  
require_once("cumulustags.php");
require_once("cumuluswebtags.php");
echo $time ;
echo $time ;
echo "<br/>";
echo "<br/>";
1,120

edits