Relative Content

Tag Archive for phpsql-server

SQSRV not found in phpinfo()

I have set up the required drivers for SQL server that suits PHP 8.3. but sqlsrv not found in phpinfo() page. whereas, for version 8.1 and 8.2, both are showing it. kindly someone help me to set up php.ini file for version 8.3

SQSRV not found in phpinfo()

I have set up the required drivers for SQL server that suits PHP 8.3. but sqlsrv not found in phpinfo() page. whereas, for version 8.1 and 8.2, both are showing it. kindly someone help me to set up php.ini file for version 8.3

PHP PDO SQL Server – Timestamp data type issue

I am upgrading a PHP application from an older 5.4 version to the latest 8.3.8 using PDO SQLSrv to connect to my database. I have a timestamp data type in the database to check if a record has been modified prior to the user submitting their version of the data (preventing concurrent updates).