Posts by vacom • 116 points
2 posts
-
7
votes6
answers57963
viewsA: How to convert UTF-8 characters in PHP
Good, try the following code below to solve your problem. Enter this code in your php, where has its connection to database. <?php //O tipo de caracteres a ser usado header('Content-Type:…
-
3
votes1
answer944
viewsA: View Selected Image jQuery
I changed certain aspects of the Javascript code. HTML: <fieldset class ="Img"> <input type ="file" id="Arquivo" name="Arquivo" class="Open"/> <img id ="Tela" Name…