PHP and MSSQL DB
Can anyone help me out, please. I am looking on how to connect to MS SQL from PHP form and than submit data from that form to SQL db.
My main question is how to connect/make PHP communicate to MS SQL?
Thank you i开发者_开发知识库n advance!
Please, check out http://php.net/manual/en/function.mssql-connect.php and http://www.php.net/manual/en/function.mssql-query.php
There are examples how you can connect
the manual knows all: http://nz.php.net/manual/en/book.mssql.php
精彩评论