On Mon, 2004-09-27 at 22:35 -0700, Nick Le Mouton wrote: > I tried #!/usr/bin/php and #!/usr/bin/php at the top of the script and it > just seems to spit out all of the php code instead of execute it Dunno. Works for me. $ cat test.php #!/usr/bin/php -q <?PHP print("Hello World\n"); ?> $ chmod a+x test.php $ ./test.php Hello World -- David Norris http://www.webaugur.com/dave/ ICQ - 412039Received on Mon Sep 27 22:57:27 2004