Php webtags: Difference between revisions

4 bytes added ,  10:53, 3 September 2009
(initial creation)
 
Line 31: Line 31:
<pre>
<pre>
<?php  
<?php  
require("cumulustags.php");
require_once("cumulustags.php");
echo $time ;
echo $time ;
echo "<br/>";
echo "<br/>";
Line 42: Line 42:
<pre>20:31 on 02 September 2009
<pre>20:31 on 02 September 2009
The current forecast is Precipitation, very unsettled</pre>
The current forecast is Precipitation, very unsettled</pre>


=Debugging=
=Debugging=
12

edits