revanth Posted July 3, 2012 Share Posted July 3, 2012 I will get a mail from particular mail Id.The mail consists of HTML format.In HTML format the data is present.Now I should pick up the data values and should insert into database.and the Email should be seen as read mail.How to do this? I tried but failed. Thanks in advance Link to comment https://forums.phpfreaks.com/topic/265146-how-can-i-schedule-a-task-in-windows-using-php/ Share on other sites More sharing options...
revanth Posted July 3, 2012 Author Share Posted July 3, 2012 thanks Link to comment https://forums.phpfreaks.com/topic/265146-how-can-i-schedule-a-task-in-windows-using-php/#findComment-1358768 Share on other sites More sharing options...
Barand Posted July 3, 2012 Share Posted July 3, 2012 Create a batch command file eg myJob.bat cd path/to/scripts c:/php/php-win myscript.php arg1 arg2 etc Kick off the .bat job using Windows Scheduler Link to comment https://forums.phpfreaks.com/topic/265146-how-can-i-schedule-a-task-in-windows-using-php/#findComment-1358773 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.