[snip]
Bah, not the answer I was looking for...I really wanted to use PHP and I
have most of what I wanted accomplished. Thanks for the tip, I will
investigate.
[/snip]

http://us3.php.net/features.commandline 

If you use -a for your command line script the script will run
interactively

example: php -a myscript.php

or if you want to use a bash line at the head of your script

#!/usr/local/bin/php -a (dependent upon the location of php)

HTH

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to