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
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
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
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
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
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
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
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/)