View Single Post
Old 03-13-2008, 10:33 PM   #15 (permalink)
Austin6641
The Visitor
 
Austin6641's Avatar
 
Join Date: Dec 2007
Posts: 1
Thanks: 0
Austin6641 is on a distinguished road
Default

There is always this:
PHP Code:
<?php
die("Hello World!");
?>
It would cause problems if you wanted to execute code after that though...
Austin6641 is offline  
Reply With Quote