Posts by Claudio Ramos de Oliveira • 81 points
4 posts
-
0
votes1
answer63
viewsA: How to use PHP variable on other pages
That mistake: Warning: Cannot Modify header information - headers already sent by output Started at I’ve been through it several times, it happens when you make one output text before storing a…
-
5
votes2
answers676
viewsA: How to separate data from a GET request and insert into the mysql database with php
For this amount of information, it is not advisable to use the GET method because of the 1024 character limit and it is also good practice to use this method when searching for something. The best…
-
0
votes2
answers31
viewsA: Form fields not clickable on website when opened on desktop?
Problem is that I share it with the class "well" is appearing above the div containing the button. It is easy to check this using the F12 command in your browser to check the positioning of the…
-
3
votes6
answers630
viewsA: Is there a problem compressing CSS?
Compressing CSS or Javascript is good practice in the sense of performance, especially for mobile devices that usually have slower connections, what improves is that the browser makes fewer requests…
cssanswered Claudio Ramos de Oliveira 81