I have a web-hosting and they gave me ssh2 acces.
There I can run lynux commands with no problems.

I don't find php.exe for exectuting the script.
Can I upload a php.exe to the server and run it without any
other file from php?

What can I do?


"Edgard Berendsen" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I'm trying to do a cronjob.
> If I'm right I should have a php file with
> #!/usr/lib/php -q
> at the beginning and a cronjob like
>
> MAILTO="[EMAIL PROTECTED]"
> 0 * * * * /usr/lib/php/ $HOME/myfile.php
>
> whereis php tells me:
> php: /usr/lib/php /usr/include/php
>
> What's wrong?
>
> At the beginning when I tried with other paths like /usr/bin/php I
received
> a mail
> with 'No such file or directory' error, now I don't receive anything!
> Even I change to the old /usr/bin/php wrong dir and I still receive
> nothing!!!
>
>
>
>



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

Reply via email to