Hi,
I have a script:
<? #!/usr/bin/php -q mail("my@email.address", "subject", "body"); ?>
located in /home/scripts/test.php ( test.php is the script)
How do I run it from telnet/SSH?
(~): php test.php
/usr/bin/php -q /home/scripts/test.php did it.
You're lucky. Mine is compiled as a module. I have to use Lynx. =)