Hi,
The Problem: When i use the command line to execute my script, the include function doesn’t work.
However when i run the script though a browser the include function works perfectly.
Command Line:
SET PATH=%PATH%;"C:\path to php\php"
php -f "c:\path to file\file.php"
Script:
include_once ( "config.php" );
Any help would be much appreciated.
Thank you, smallbadad