Re: [PHP-DB] Using mssql serial command in PHP 5.3

2010-02-18 Thread Beo Tse
>>> On 18 February 2010 06:15, Beo Tse wrote: >>> I am using the EasyPHP5.3.0 and MS SQL Server Management Studio Express >>> 9.00.2047.00 >>> >>> Config of EasyPHP5.3.0 >>> == >>> PHP 5.3.0 >>> Apache 2.2.13 >>> MySQL 5.1.37 >>> PhpMyAdmin 3.2.1 >>> >>> I want to use mssql command

Re: [PHP-DB] Using mssql serial command in PHP 5.3

2010-02-18 Thread Richard Quadling
On 18 February 2010 06:15, Beo Tse wrote: > I am using the EasyPHP5.3.0 and MS SQL Server Management Studio Express > 9.00.2047.00 > > Config of EasyPHP5.3.0 > == > PHP 5.3.0 > Apache 2.2.13 > MySQL 5.1.37 > PhpMyAdmin 3.2.1 > > I want to use mssql command (e.g. mssql_connect) as m

[PHP-DB] Using mssql serial command in PHP 5.3

2010-02-17 Thread Beo Tse
I am using the EasyPHP5.3.0 and MS SQL Server Management Studio Express 9.00.2047.00 Config of EasyPHP5.3.0 == PHP 5.3.0 Apache 2.2.13 MySQL 5.1.37 PhpMyAdmin 3.2.1 I want to use mssql command (e.g. mssql_connect) as my db connector. When I run my code the following error has pr