[EMAIL PROTECTED] wrote:
Hi all,
I have some php scripts that i have to run automatically at 5.00am (on Windows platform). I am using MySql. I've tried using Scheduled Task and Cron, and i converted the extension files to .bat format. But always error on functions "mysql_connect","mysql_query",and other DBS functions. I don't know how to Scheduled Task or Cron recognize those functions. Can anyone help me please?


Have you confirmed the that you can run the script from the command line?

Try reviewing this and see if your issues are relevant; we can go from there:
http://us3.php.net/features.commandline

--
Regards,

John Ellingsworth
http://john.ellingsworth.org

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to