You can't specify the port when connecting with mssql_connect() but you can
use the Client Network Utility (this is installed when you install the MS
SQL Client tools on your PHP server) to create a server alias. The server
alias includes the protocol, host name and port number you are using and
yo
Dear Everyone,
I'm a newbie and I have some problem fetching data from HTTPS site using CURL.
Hope can hear some advice from you :D
My home system
- Apache 2.0.52
- PHP 4.3.10
- php_curl.dll loaded
My remote system (our server)
- Apache 1.3.26
- PHP 4.3.10
- php_curl.dll loaded
I wrote a script
I am recently have a problem with the mssql_connection function:
I have to connect to a sql server which it's service port has been modified
other than 1433.
How should I define the server address? I had tried those ways(suppose the
port number:):
1. (local):
2. servername:
3. 127.0.
I am recently have a problem with the mssql_connection function:
I have to connect to a sql server which it's service port has been modified
other than 1433.
How should I define the server address? I had tried those ways(suppose the
port number:):
1. (local):
2. servername:
3. 127.
I'm using VC6++ and the VC2003 Toolkit
I downloaded a dev tree from:
http://ftp.emini.dk/pub/php/win32/dev/php_build/
the compile keeps failing with:
Creating library Release_TS\php5ts.lib and object Release_TS\php5ts.exp
sunfuncs.obj : error LNK2001: unresolved external symbol __ftol2
uue
Dear all,
I've been looking hard for something like pcntl_setpriority() or
proc_nice() for Windows, e.g. a way to change priority for a given php
script. I'm doing some background data processing with and agent-style
approach but when two many users spawn processes, apache gets pretty locked