Posts by Joao Marcelo Farias • 1 point
3 posts
-
-1
votes2
answers101
viewsQ: Form with PHP sends POST variables to same page with jQuery without reloading
This basic code below will be used to filter via POST and jQuery a SELECT on a PHP page. The form sends to the same page, jQuery receives and sends to PHP, which receives via $_POST["campanha"];.…
-
-1
votes1
answer282
viewsQ: importing Xml data into Mysql database - Only save the LAST record
In this code all XML records are read, but in the Mysql database only the last XML block is saved. I know that reading each record over-writes the previous one but the strange thing is that I gave…
-
-2
votes1
answer50
viewsQ: Problem in using str_replace
I’m picking up the field: $body = $result['mensagem_email']; and emailing by $mail. The problem is that I need to insert parameters in the html code I search in the database record and before…
phpasked Joao Marcelo Farias 1