Re: [PHP-WIN] mssql_connect problem

2003-12-18 Thread Luis Moreira
El mensaje no está completo. Falta (como minimo) la linea del script. De todas formas ... mssql_connect (PHP 3, PHP 4 ) mssql_connect -- Open MS SQL server connection Description int mssql_connect ( [string servername [, string username [, string password]]]) Returns: A positive MS SQL link id

[PHP-WIN] copy function

2003-12-18 Thread Omar
Is there a way to copy a file from 1 server to a different one? I have this code in a win 2k server, and i try to copy the file to a win NT server: if (is_file($file_att)) if (copy($file_att,'\servername\folder\'.$file_name)) echo "succesful"; else echo "failure"; It gives me this war

php-windows Digest 18 Dec 2003 23:16:39 -0000 Issue 2047

2003-12-18 Thread php-windows-digest-help
php-windows Digest 18 Dec 2003 23:16:39 - Issue 2047 Topics (messages 22401 through 22402): Re: mssql_connect problem 22401 by: Luis Moreira copy function 22402 by: Omar Administrivia: To subscribe to the digest, e-mail: [EMAIL PROTECTED] To unsubscribe from the d

Re: [PHP-WIN] mssql_connect problem

2003-12-18 Thread Frank M. Kromann
Hi, One problem could be name resolution. The mssql server uses a default protocol to connect to the server. If you just install the client libraries (or just copied ntwdblib.dll) the default protocol would be netbeui (named pipes) and that might not be routed/enabled on your network. To make sur