Does it's neccessary that if PHP file (*.php) can be parse and execute by php.exe such as "c:\php\php [filename .php]", then it will output the same while run it by webserver such as "Apache" or the like? I have some problem with odbc_connect It's output the correct when I do the former, but always error in the later. Such Error: Warning: SQL error: [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified, SQL state IM002 in SQLConnect in c:\program files\apache group\apache\htdocs\test\odbc_acc.php on line 7 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]