hi friends,i want to set cronjob to run a php file in localhost.
this is what i have tried
crontab -e
//edited the crontab file like below
* * * * * /usr/bin/wget -q localhost/index.php //every one minute
after saving this i tried to open localhost/index in browser but nothing happened after 1 minute,am i wrong?
please help me
--
Ask New Question from : https://groups.google.com/forum/?fromgroups#!newtopic/xamppdev
Create filter of mails from this group http://www.wikihow.com/Create-a-Filter-in-Gmail
---
You received this message because you are subscribed to the Google Groups "PHP Developers' Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to xamppdev+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/xamppdev/3bbdb20b-21f4-47f5-a9bd-1a742a7fc1ba%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
/usr/bin/wget
regards !
vikas dwivedi