Difference between revisions of "Sandbox"
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> |