Posts by Leandro Silva • 17 points
3 posts
-
-1
votes1
answer20
viewsQ: Not bringing the data with multiple filters into a table mysqli
<?php $query = "SELECT * from SALDO_GERAL"; $i = 0; $selectedOptionCount = count($_POST['LOCAL']); $selectedOptionCount2 =…
-
0
votes1
answer86
viewsQ: Error including image with <img .../> tag by string in PHP
I cannot make a referenced image in the code below appear. What may be the problem? <style> table{width: 100%;$borda;$fonte;} th{text-align: center;} td{text-align: center;$tam_etiq} tr{ }…
-
0
votes1
answer40
viewsQ: Problem uploading two files in PHP
I am uploading two files the first goes up to folder and bank but, the 2nd file does not go up to the bank without extension $conn = mysqli_connect($servidor, $usuario, $senha, $dbname);…