SQL2014+Registration

01/07/2021 23:15 Darijuš#1
Hello, I've tryed to make a simple register page with SQL2014, but it doesn't work, I've never had any problems with sql older versions, does it contains new sql connection, or I need to do something with xampp? Everything is running smoothly, I managed to make an account with query, so no problems with that.
Can someone suggest me, what should I do?
Sending error:
And the register.php
01/08/2021 14:08 alexzzzzz#2
You don't have the php sqlsvr driver/dll setup in your xampp.
Requires php 7.3+.

If you would rather not deal with the website stuff consider this service: [Only registered and activated users can see links. Click Here To Register...]
01/08/2021 22:58 [DEV]Dekaron#3
Darka1337 it is not the problem with MSSQL or php what you did the problem is with .dll on webserver side some new PHP core need different .dll on webservr side thats all go to google and try find "php 7.3 MSSQL dll" but i just guess where is the problem. because you not give what make a problem.
01/08/2021 23:48 Darijuš#4
#solved.
Thank you friends for suggestions, I've fixed it and it is working perfectly without any problems.
Solution:
Added to php>ext> 2 needed .dll which needs to be linked with php version
Added to php.ini 2 extensions
Created a phpconnection for sqlsrv which should be linked with the database.
A bit of patience and it worked out :)