i have php site on linux server. in linux with the help of crone i am executing one php file with time interval of 10 second but it is not execting
i have put
#!/usr/local/bin/php
on the top in php file
And /usr/local/bin/php exists? And the crontab entry is ok? And the script works?
And do you get any errors?
All of vincent's suggestiong are good, and check it all out... If everything is setup and you still are having trouble, you could also try changing the crontab entry to: "/usr/loca/bin/php -q /path/to/phpfile"
-Josh