0
Can we use php with SQL Server ?
Is that possible to retrieve data with SQL server based on PHP
1 Answer
+ 1
PHP can trig SQL requests and receive the result. You can have a look at PDO, an object to manipulate SQL requests with safety.
Is that possible to retrieve data with SQL server based on PHP