Posts by Bruno Gibellino • 1,110 points
56 posts
-
0
votes1
answer68
viewsA: Problems entering data into database
First always check if the database data matches the php data. Then always check that the data in php is the same as the form in the html page. That was my problem and I’m answering my question so…
-
3
votes1
answer225
viewsQ: Odd characters
I have a database with that encoding: and I also have HTML with UTF-8 encoding. But for some reason the special characters appear this way: And I can’t figure out why it happens. Can anyone explain…
-
25
votes1
answer55331
viewsQ: How to style the scroll bar?
Good, I’ve been spending some time looking for solutions to this but I can’t find it, I have a scrollbar And I’d like to take your size down. Can someone point me to a website or tell me what it…
-
3
votes2
answers637
viewsQ: Problem with table width
Good staff, I have a table like this: The "thead" part where it says Dorsal,Name... etc is a table(Tabela1) and the rest is another table(table2), basically are two tables that I tried to make them…
-
0
votes1
answer151
viewsQ: Tables with database data
Someone knows how to restrict a certain number of rows in the table, but when doing scroll see the rest of the data? For example, a company that stores customer data in BD and wants to see all…
-
0
votes1
answer68
viewsQ: Problems entering data into database
Good, I’m here with a problem because I enter all the data but does not keep me in the database. Does anyone here know the problem with the following codes: <form…