79214871

Date: 2024-11-22 11:51:13
Score: 4
Natty:
Report link

Your fix doesn't work with PHP 8.3 and MSSQL 2022. The fix I found was to run this command.

$descriptionformatted = mb_convert_encoding($descriptionformatted, 'UTF-8', 'CP1252');

This thread has more information.

why MSSQL SERVER return question marks, when I execute query in PHP?

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: user202944