paim
12-19-2005, 06:49 AM
Sorry if this is in the wrong forum. I have a small game setup on my localhost (and people can access it through my ip)...but I need to run some crons to update energy etc.
The query is
<?php
include('connect.php');
$query = mysql_query("UPDATE userinfo SET energy = energy + 20");
?> and the file is called nrg.php....the exact location is localhost/game/nrg.php. Anyways, I need a program to run teh crons for me (like cPanel does on most hosting accounts), that is, if its possible. i downloaded some nnCron program which is slightly confusing me and won't do what I need it to.
Is there a program that is downloadable that can run crons on my local system? And works on Windows?
Thanks
The query is
<?php
include('connect.php');
$query = mysql_query("UPDATE userinfo SET energy = energy + 20");
?> and the file is called nrg.php....the exact location is localhost/game/nrg.php. Anyways, I need a program to run teh crons for me (like cPanel does on most hosting accounts), that is, if its possible. i downloaded some nnCron program which is slightly confusing me and won't do what I need it to.
Is there a program that is downloadable that can run crons on my local system? And works on Windows?
Thanks