obrienkev:
Well, I'll give it a try. You may get a more elaborate explanation, but here is mine:
ODBC stands for Open DataBase Connectivity and is a method for connecting to a database. I believe it is the method suggested for use with MsSQL.
You have to set up a DSN (Data Source Name) which is done through the Control Panel. You go to Control Panel and click on ODBC Data Source (32 bit) and a screen opens that allows you to add a DSN.
I would suggest that you go to the PHP Web site and do a search on the Manual using "Microsoft MsSql Server." You will find a lot of information there about MsSQL. You will need to do this to learn the functions PHP needs to work with MsSQL that are specific to MsSQL.
I guess this doesn't really explain ODBC very complete, but perhaps it will get you pointed in the right direction.
Good Luck.