Posts by Bruno Bincoletto • 3 points
2 posts
-
0
votes1
answer11
viewsA: Some items in Otate look different, how can I correct?
The image seems that the different ones have different height and width than normal. Put equal height and width on all elements and arrow display:block; .element { width:200px; height:200px;…
-
0
votes1
answer41
viewsQ: Synchronize Mysql database with XLS
The situation is as follows. I have a MYSQL database and XLS file on an FTP server The code below downloads the XLS to read and update dos in the database from the XLS data. The problem is that it…