Difference between revisions of "Sandbox"

From Wikitheus
Jump to navigation Jump to search
Line 2: Line 2:
  
 
PNG Version --[[Image:Tometheus-sig.png]] [[User:Tometheus|Tometheus]] <small>([[User_talk:Tometheus|talk]])</small> 11:57, 2 April 2007 (CDT)
 
PNG Version --[[Image:Tometheus-sig.png]] [[User:Tometheus|Tometheus]] <small>([[User_talk:Tometheus|talk]])</small> 11:57, 2 April 2007 (CDT)
 +
 +
<source lang="php">
 +
<?php
 +
  // Hello World in PHP
 +
  echo 'Hello World!';
 +
?>
 +
</source>

Revision as of 22:27, 4 February 2008

GIF version --Tometheus sig.gif Tometheus (talk) 11:54, 2 April 2007 (CDT)

PNG Version --Tometheus-sig.png Tometheus (talk) 11:57, 2 April 2007 (CDT)

<source lang="php"> <?php

 // Hello World in PHP
 echo 'Hello World!';

?> </source>