Difference between revisions of "Shell scripts"

From GeodesyLab
Jump to: navigation, search
Line 8: Line 8:
 
   </php>
 
   </php>
  
<include src="http://www.ietf.org/rfc/rfc1945" />
+
<include "http://www.ietf.org/rfc/rfc1945" />

Revision as of 05:03, 7 February 2008

  
  1. $foo = 45;
  2. for ( $i = 1; $i < $foo; $i++ )
  3. {
  4. echo "$foo<br />\n";
  5. --$foo;
  6. }

<include "http://www.ietf.org/rfc/rfc1945" />