Hello,
I wrote a php - script that runs as part of a web/database interface. Now, if I run the script from within the browser, through Apache with php-module everything works just fine. But when I try to excecute this script from within the crontab file, I receive an error stating that the 'mssql_connect' is an 'unknown function'.
Does anybody know how to solve this?
Klaas