python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
php to mssql server errro SSL Provider: The certificate chain was issued by an authority that is not trusted
first of all, im really noob.(sorry for that)
secondly, iam trying to connect php to mssql server.
thirdly, i already install sqlsrv, pdo_sqlsrv, and msodbcsql.msi
but still get error message when try...

cadmad
Votes: 0
Answers: 2
Get single row from MSSQL query without while loop
For some further operations, I need to quickly get the MAX(UserId) of a table containing users. Is it safe to do the following?
$max_user = sqlsrv_fetch_array(sqlsrv_query($connection, "SELECT MA...
Faye D.
Votes: 0
Answers: 0
Efficient way to test dead 10,000+ URLs stored on database using PHP/MS SQL/Task Scheduler
I have a database table which holds 10,000+ entries with URLs. I am testing to see whether URLs are active or dead using get_headers() PHP function and I have set a task which runs every hour (entries...
srsk
Votes: 0
Answers: 1
php-PDO connection Ubuntu to Windows MSSQL
any hint would be appreciated:
Situation:
Connection with MSSQL-DB works only with sqlcmd -C, pdo-sqlsrv doesnt't work at all.
"Client hh.hh.hh.hh"
Ubuntu 20.04.4
PHP 8.0.16
OPENSSL Version ...
Norbert Wimmer
Votes: 0
Answers: 0