How can I run a php file without opening in browsers? Can I do that with php? or Should I use other languages?
i.e. sending a birthday mail to users otomaticly
i.e.2 send a ping every 5 hours etc
How can I run a php file without opening in browsers? Can I do that with php? or Should I use other languages?
i.e. sending a birthday mail to users otomaticly
i.e.2 send a ping every 5 hours etc
CLI is command line interface. And from cron you can start your PHP scripts through command line.
Try this to start and you will understand what to do next: http://www.php.net/manual/en/features.commandline.usage.php
Form you command line run something like C:>c:\php\php.exe c:\path\to\your\script.php