PHP Script Review

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

User avatar
Celauran
Moderator
Posts: 6427
Joined: Tue Nov 09, 2010 2:39 pm
Location: Montreal, Canada

Re: PHP Script Review

Post by Celauran »

Use a batch file to run the script from CLI, and call the batch file through the Windows task scheduler?
jjfletcher90
Forum Newbie
Posts: 18
Joined: Sat Jul 09, 2011 12:38 pm

Re: PHP Script Review

Post by jjfletcher90 »

CLI ?
User avatar
Celauran
Moderator
Posts: 6427
Joined: Tue Nov 09, 2010 2:39 pm
Location: Montreal, Canada

Re: PHP Script Review

Post by Celauran »

Command line interface (ie. command prompt)
Dodon
Forum Commoner
Posts: 64
Joined: Wed Aug 03, 2011 4:11 am
Location: Netherlands

Re: PHP Script Review

Post by Dodon »

You can find it here
jjfletcher90
Forum Newbie
Posts: 18
Joined: Sat Jul 09, 2011 12:38 pm

Re: PHP Script Review

Post by jjfletcher90 »

any samples I can review on how to Use a batch file to run the script from CLI, and call the batch file through the Windows task scheduler?
User avatar
Celauran
Moderator
Posts: 6427
Joined: Tue Nov 09, 2010 2:39 pm
Location: Montreal, Canada

Re: PHP Script Review

Post by Celauran »

jjfletcher90
Forum Newbie
Posts: 18
Joined: Sat Jul 09, 2011 12:38 pm

Re: PHP Script Review

Post by jjfletcher90 »

This means I am setting up my computer as a server?
lucifer1306217
Forum Newbie
Posts: 1
Joined: Sat Aug 06, 2011 4:15 am

Re: PHP Script Review

Post by lucifer1306217 »

Use a batch file to run the script from CLI, and call the batch file through the Windows task scheduler?
User avatar
Celauran
Moderator
Posts: 6427
Joined: Tue Nov 09, 2010 2:39 pm
Location: Montreal, Canada

Re: PHP Script Review

Post by Celauran »

jjfletcher90 wrote:This means I am setting up my computer as a server?
You said the server you were working on was a Windows machine. You'd be using that machine's task scheduler.
Post Reply