Posts by Fabio Rizzaro • 1 point
2 posts
-
0
votes1
answer68
viewsA: Error trying to insert information into mysql database
You are trying to insert a promotion for a product that does not exist. You have already taken a look at your insert promotion, the value passed to the field id_produto_fk is a value that exists in…
-
-1
votes5
answers1054
viewsA: How to make each input stay on a separate line?
Just use it to break the line! *{ margin: 0px; padding: 0px; background-color: #ccc; font-family: 'Arial'; font-size: 16px; color: #1C1C1C; line-height: 1.5; } .log-adm{ background-color: #000;…