Did anyone come up with this one before or do I have a "first post"? :-)

#!/bin/sh
exec php -d output_buffering=1 $0 $@
<?php
ob_end_clean();
print "Hello World!\n";
?>

 - Stig


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to