Posts by Julio Mac • 11 points
3 posts
-
0
votes2
answers190
viewsA: move_uploaded_file does not work after concatenating with MD5
Use the function: $img_tmp = "my_folder" move_uploaded_file($arquivo['tmp_name'], $img_tmp) Only this function does everything you need.
-
1
votes3
answers497
viewsA: Error Search PHP and Mysql Database
Change the line: while($linha = mysqli_fetch_array($sql)){ To while($linha = mysqli_fetch_array($result)){ Why don’t you use num_rows?…
-
0
votes1
answer133
viewsQ: Change link tooltip class
Dear friends, good afternoon. I have the link tooltip set to: <a class="evento color-red" href="#"><span>informação</span>link</a> You can leave it that way and keep the…