Posts by Leo Ferreira • 33 points
5 posts
-
1
votes0
answers133
viewsQ: Htaccess-friendly url handling
I have the following code . htacess: # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{HTTP_HOST} ^shop\.meusite\.com.br$ RewriteCond %{REQUEST_URI} !^/shop/$…
-
0
votes1
answer66
viewsA: Sending of PHP Form
Since your "variables" are constant, I recommend that you put the name directly in the body of the message and not in other variables. Example: $headers .= "From:[email protected]" . \r \n; In place…
phpanswered Leo Ferreira 33 -
0
votes1
answer29
viewsQ: Wordpress - Share the social network pulls wrong photo
When someone will share a news on my site (wordpress), it pulls the wrong image, you know why, or how to fix?
-
0
votes2
answers43
viewsA: Problems with Jquery selectors
I got the result I wanted that way: <script language="javascript"> $(document).ready(function(){ $('#simular').each(function(){ $(this).click(function(){ var prot = 0; var quant = 0; var teste…
-
1
votes2
answers43
viewsQ: Problems with Jquery selectors
My problem is this, I have this code: <script language="javascript"> $(document).ready(function(){ $('#simular').each(function(){ $(this).click(function(){…