Posts by Melissa Sousa • 79 points
9 posts
-
0
votes0
answers67
viewsQ: Increasing the quantity of a product
<div class="button2"> <?php while($row1 = sqlsrv_fetch_array($result1, SQLSRV_FETCH_NUMERIC)) { $resultado1 = $row1[1]; $resultado2 = $row1[0]; $id1[$i] = $resultado2; $nome[$i] =…
phpasked Melissa Sousa 79 -
0
votes1
answer33
viewsQ: How to remove equal tables
I wonder if you can help me eliminate the repeat tables, all of which are occupied and still appear in green. Each table I occupy appears one more of each, that is, if I only have one table…
-
2
votes4
answers8782
viewsQ: How to center text vertically
Can someone help me center the button texts? I’ve tried everything I found on the Internet and nothing works.…
-
1
votes3
answers250
viewsQ: Delete repeated records in PHP
Good morning, I’m here with a very big question. I’ve been at this all day and I haven’t been able to fix it yet. I have a database in sql server and I need to present some buttons with the records…
-
0
votes1
answer1481
viewsQ: Alignment of tables side by side
I have these four tables, but I have a big problem that I can not solve. The fourth table is below the others and not next .price-page { background: none; margin-bottom: 130px; } .container { width:…
-
-2
votes1
answer100
viewsQ: Cashiers
Good staff, I was wondering if you could help me build boxes like in the picture,.…
-
0
votes2
answers112
viewsQ: Separation of tables in html
I created 4 tables, but I want to separate them and I can’t, they’re all footprints. How can I fix this? I’ll leave the code. When running they do not appear side by side because it is a small space…
-
0
votes1
answer402
viewsQ: Text with 2 different alignments
.table, th, td { border: solid #000000; border-collapse: collapse; border-width: 3px; } .th, td { border-width: 3px; font-family: Open Sans; } <!DOCTYPE html> <html> <head>…
-
4
votes2
answers812
viewsQ: Insert points into a map with an array that passes through the database
I’m creating a site where I need a map, and users fill in forms with latitude and longitude to create a point on that same map. Everything is stored in the database but I needed the name of the…