does anyone know where the "executable" part of PHP is on Debian?
I'm writing some shell scripts in PHP and I need to know where it is for the shebang line...
try "whereis php" or "ls php* -R" or the some standard locations /bin /bin/php /usr/bin /usr/bin/php /usr/sbin /usr/sbin/php
You can try 'which php' too from the command line.