PHP SQL Server

This tutorial series shows you how to use PHP to interact with the SQL Server using PHP Data Objects (PDO) API.

Section 1. Getting Started

Section 2. Inserting Data

Section 3. Querying Data

Section 4. Updating Data

Section 5. Deleting Data

Section 6. Performing Transactions

Section 7. Calling Stored Procedures

Was this tutorial helpful?