This repository contains a PHP project that connects to a SQL Server database, inserts data, and displays it. The MySQL code has been removed, and the project now exclusively focuses on SQL Server.
Installed SQL Server 2022 Express (which includes ODBC Driver 17.4.1), ODBC Driver 18.2.1 and PHP Driver 5.11. Got an error connecting to DB (from ODBC 17), so I ...