Thread
:
Outputting data without print/echo
View Single Post
03-13-2008, 10:33 PM
#
15
(
permalink
)
Austin6641
The Visitor
Join Date: Dec 2007
Posts: 1
Thanks: 0
There is always this:
PHP Code:
<?php
die(
"Hello World!"
);
?>
It would cause problems if you wanted to execute code after that though...
Austin6641
View Public Profile
Send a private message to Austin6641
Find More Posts by Austin6641