[PHP-WIN] need explanation about includes

2002-12-14 Thread Davide
the entire scripts php_lib_login inline in my scripts all is ok without removing the two incudes. Davide. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] question about includes

2002-12-14 Thread Davide
the entire scripts php_lib_login inline in my scripts all is ok without removing the two incudes. Davide. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] weird problem php mssql

2005-01-11 Thread Davide
Hi, I've strange problem with a blob field in a mssql db containing a ms word document: $conn = mssql_connect('hostname','x','y'); mssql_select_db ('docs'); $i_result=mssql_query('Select * from documenti_file where file_esercizio_doc = 2004 and file_id_doc = 200'); $ar_row = mssql_fetc

[PHP-WIN] Re: help in understanding string / integer concatenation

2005-01-11 Thread Davide
To understand how it works see at 'Operator precedence' item in the manual. Regards. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Can't use php-soap in windows enviroment?

2005-03-08 Thread davide
First of all, I'd like to thanks everybody in advance. Actually I've got a winlamp distribution of php 5 in a web server. My need is to use the php-soap functions to implement soap webservices (server) but in php-soap specification is shown I need php configured with -enable-soap to use any

[PHP-WIN] Can't execute external program -> error "Access is denied"

2007-06-19 Thread Davide Molteni
Hi, I've a Windows 2003 server, running Apache 2.2 with PHP 4.4.4 and I want to run an external program or script with exec(), passthru(), shell_exec() or system() but I always receive "Access is denied". If I try with "notepad.exe" it works! This program or script works if I run it from the Wind

[PHP-WIN] Can't execute external program -> error "Access is denied"

2007-06-19 Thread Davide Molteni
Hi, I've a Windows 2003 server, running Apache 2.2 with PHP 4.4.4 and I want to run an external program or script with exec(), passthru(), shell_exec() or system() but I always receive "Access is denied". If I try with "notepad.exe" it works! This program or script works if I run it from the W

[PHP-WIN] Fwd: Can't execute external program -> error "Access is denied"

2007-06-19 Thread Davide Molteni
Hi, as additional information. I've to execute a batch file that launch another batch as a domain privileged user to perform some domain administrative tasks. Do you have any idea? how can I do that? Thanks a lot for your help. Regards Dave -- PHP Windows Mailing List (http://www.php.net/)