Posts by Votor Pedrous • 21 points
3 posts
-
0
votes0
answers21
viewsQ: How to import fonts for IOS, Safari Browser, and more?
I have a problem, I believe it is compatibility. Using these formats and this means of importing works in several browsers. Windows works on all. However, it doesn’t work on Android, Brave, IOS and…
cssasked Votor Pedrous 21 -
1
votes1
answer14
viewsA: ODBC and PHP bringing string results with formatting problem
I managed to solve using $con1=odbc_connect('***','***','***', SQL_CUR_USE_ODBC);
-
1
votes1
answer14
viewsQ: ODBC and PHP bringing string results with formatting problem
This is the result: The result of the name has no accent The code works on my machine, but on the server this problem. <?php $con1=odbc_connect('***','***','***'); $sql = " SELECT * FROM tabela…