kinda retarded question, but how do you get php to interpret directly on the command line within the script itself? #!/cygdrive/c/php/cli/php -q <?php // code ?> seems to have no effect ... - jon