Â
Â
Hello experts,
How to get sample for php search form mssql download? I just want to make a reference with any pdf form or Microsoft word that will give me some information on the coding style of php programming language connected to ms sql server. I hope you can help me.
Answered By
Ornelas
0 points
N/A
#184878
How to get sample for php search form msSQL download?
Hi,
You can visit the PHP website official documentation page for PHP and MSSQL for the required information, below is the URL.
http://php.net/manual/en/book.mssql.php
Some examples of PHP syntax for MSSQL are as below.
To connect MSSQL server:
resource mssql_connect ([ string $servername [, string $username [, string $password [, bool $new_link = false ]]]] )
To fetch array:
array mssql_fetch_array ( resource $result [, int $result_type = MSSQL_BOTH ] )