Re: [PHP] ANY ONE CAN TELL ME WHAT PORT mssql_connect uses?

2003-07-21 Thread Nabil
Dear Michael; I am Requesting your help, Redhat 7.3 to connect to the remote windows MS SQL 7.0 Days and trying to use FreeTDS.. can you help please how to confiure php with sybase as you said?? because it told me mssql_connect call for undefined function... but actualy i need to use odbc_connect

Re: [PHP] ANY ONE CAN TELL ME WHAT PORT mssql_connect uses?

2003-07-15 Thread Michael Sims
On Tue, 15 Jul 2003 19:36:42 +0300, you wrote: >how can i specify the port for the direct connection >mssql_connect() I've never had the need to do this, so I cannot verify that this works, but I believe you can supply a port number in the servername argument: mssql_connect('192.168.0.1:1433', '

Re: [PHP] ANY ONE CAN TELL ME WHAT PORT mssql_connect uses?

2003-07-15 Thread Liberty Young
On Tue, 2003-07-15 at 01:00, Nabil wrote: > I tried to make it direct connection, but this way uses many ports that the > firewall won't allowed.. > He said for security reasons that he can't open those ports to prevents > hackers to use them ... do u think this is a true ? any advice what port the

Re: [PHP] ANY ONE CAN TELL ME WHAT PORT mssql_connect uses?

2003-07-15 Thread Nabil
how can i specify the port for the direct connection mssql_connect() can u give me some hints regarding the FreeTDS if i used it then i have to confugure the DSN in liunx am i wrong? "Michael Sims" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] On Tue, 15 Jul 2003 11:00:27 +0300, yo

Re: [PHP] ANY ONE CAN TELL ME WHAT PORT mssql_connect uses?

2003-07-15 Thread Michael Sims
On Tue, 15 Jul 2003 11:00:27 +0300, you wrote: >WHAT PORTS PHP USE WHEN COMUNICATING WITH MSSQL SERVER OVER THE NETWORK? I only have experience with MS SQL Server 7. It listens on TCP port 1433. >I have an Linux server running Apache/PHP/MySQL. >and I need to connect to another server running

Re: [PHP] ANY ONE CAN TELL ME WHAT PORT mssql_connect uses?

2003-07-15 Thread Burhan Khalid
On Tuesday, July 15, 2003, 11:00:27 AM, Nabil wrote: N> I have an Linux server running Apache/PHP/MySQL. N> and I need to connect to another server running MSSQL server 7 N> THE POINT IS the only way I have to connect is throu ODBC connection N> because the network administrator only allowed me

[PHP] ANY ONE CAN TELL ME WHAT PORT mssql_connect uses?

2003-07-15 Thread Nabil
WHAT PORTS PHP USE WHEN COMUNICATING WITH MSSQL SERVER OVER THE NETWORK? IS THERE ANY SECURITY HALLS USING THIS PORTS?? I have an Linux server running Apache/PHP/MySQL. and I need to connect to another server running MSSQL server 7 THE POINT IS the only way I have to connect is throu ODBC con