Syntax MS SQL Server 2000 in PHP

Hi all.
I linked and code MS SQL Server 2000 with PHP5 on my Win2000/XP computer. Right now I don’t have any problem with a connection, but I still have some syntax problems when I’m coding PHP-MSSQL program. I’m used MySQL manual but I see difference. Can you help me to find correct manuel PHP-MSSQL? I read webside PHP.NET. I would like to find other manuel.
I appreciate any help.

Actually, there are no differences with normal MSSQL, except that if you are used to using ODBC as a bridge, there are a few translations that won’t be made (such as quoting). You might want to search for the library under the MSSQL implementation in PHP (which is FreeTDS if I remember well).

the mssql functions - http://www.php.net/mssql

Sponsor our Newsletter | Privacy Policy | Terms of Service