Posts by Ana • 1 point
2 posts
-
0
votes0
answers31
viewsQ: background-image does not change the CSS file on the server
I have a bakckground in a CSS file that works well in the browser, but when I put it on the WAMP server the CSS changes don’t happen. Can someone help me? On the Index <link href="estilo.css"…
-
0
votes0
answers249
viewsQ: Upload image to BD Mysql using PHP
1. My Phpupload Image Script <?php // SERVIDOR ONDE AS IMAGENS ESTÃO SALVAS $caminhonoservidor='imagens'; // este caminho será gravado na variável imagem $caminhotemporario=…