Before I go starting to write the functions to connect to, retrieve the rows from my MS SQL database, I was wondering if there is already a publicly available class that wraps this functionality into a class object.
something like this? SQL PHP Class
Yes there is. You can just use PHP's PDO classes.There is a PDO driver available for MS SQL server.