Hi all
We have a existed project based jsp+sqlserver,but now we want to replace it with PHP.
Can we still use sqlserver or have to replace it with mysql ?
Thank you in advance
How to select data from sqlserver with PHP?
Moderator: General Moderators
- RobertGonzalez
- Site Administrator
- Posts: 14293
- Joined: Tue Sep 09, 2003 6:04 pm
- Location: Fremont, CA, USA
You can talk to your SQL server using the PHP ODBC functions, the PHP mssql_* functions or the PHP mssql PDO functions.