Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

mssql and php books

Status
Not open for further replies.

work4free

Technical User
Jul 22, 2004
21
US
does anyone know of a good book that incorporates php and mssql. everything i have been able to find shows mysql but nothing with mssql.
 
Not much to say... you're still dealing with PHP. You'll need to enable or compile in your mssql drivers (or use odbc if you don't care so much about performance)

You'll want to read for your specific functionalities.

Other than that though, a database is a database, proper coding will allow you to pretty much substitute one for the other... in fact PHP has a class which does just this (though I forget the name)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top