> 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.

It has nothing to do with it running through cron. Sounds like php
doesn't support mysql functions. Check a phpinfo page.

--
Postgresql & php tutorials
http://www.designmagick.com/

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

Reply via email to