Posts by Allan Max • 73 points
4 posts
-
0
votes0
answers16
viewsQ: Make a PHP redirect using header() to a specific target
How could you make a PHP redirect using the header function pointing to a specific target type: _Blank, _self and others? header('location: /minhapagina'); How to do the above section point to the…
-
3
votes3
answers986
views -
2
votes1
answer221
viewsQ: How to apply a delay to the CSS display property in a change from None to flex without Javascript?
How do I get the CSS display property to switch from None to flex with a 1s delay without using Javascript for this? I have the following code: #botao-painel:checked ~ .painel { display: flex;…
-
1
votes0
answers133
viewsQ: Using the . htaccess file with Rewritebase
I use the file. htaccess for user-friendly URL writing, but I always have trouble with the links of style sheets and images when a rewriting is done that adds a level or removes. Type:…