Posts by André Ferraz • 23 points
4 posts
-
0
votes1
answer244
viewsA: Contact form message "Sent successfully"
I’m not sure you can use multiple lines in a string with double quotes ". Try switching to single quotes ' or just leave it in a row, since you are using the \n. $mensagem = ':: meu site ::\n…
-
0
votes0
answers105
viewsQ: Error in Composer when trying to create a Cakephp project
I’m using a Linux (Ubuntu) virtual machine to develop a Cakephp project. I’ve installed everything he needs (Apache, PHP, Mysql, Curl, Git, INTL and Composer). So far, so good, until I tried to…
-
1
votes2
answers226
viewsQ: Is there a difference between using inline CSS or Ids for a lot of different elements?
On the page I’m doing I’m using a Spritesheet with more than 50 different images, but all are in the same file . png and need to pass the position from where each element is in that image…
-
1
votes1
answer315
viewsQ: Manipulate path from a form input sent to url
I’m testing a search field that sends what the user types directly to the site I chose (in a new tab), searching the site itself, and it works perfectly. However, I wonder if there is any way I can…