Re: [PHP-WIN] PHP and Apache 1.3

2002-04-02 Thread darius . burlega
Hello, Have you included several lines in your Apache configuration file ( httpd.conf ) ? ScriptAlias /php/ "c:/php/" AddType application/x-httpd-php .php Action application/x-httpd-php "/php/php.exe" First try to di it. BR Darius To: [EMAIL PROTECTED] cc: Subject: [PHP-WIN]

Re: [PHP-WIN] php connect to sql server 2000 question

2001-09-04 Thread darius . burlega
To: [EMAIL PROTECTED] cc: Subject: [PHP-WIN] php connect to sql server 2000 question hi i have installed php405 ver and created virtual directory in win2000 server advanced but when it connect to sql server, it got error fatal error: call to undefine function mssql_connect() how can i solv

[PHP-WIN] dbase and PHP

2001-09-25 Thread darius . burlega
Hello, I'm working with dbase files and PHP on Apache (W2K OS), One of the dbase colums are number's type and 11 simbols width. When I run command dbase_get_record(gg.dbf,1) and the value is larger than 10 simbols, I always got wrong result. Maybe anybody knows how to fix this problem? Here is