Posts by André Machado • 155 points
8 posts
-
1
votes1
answer444
viewsQ: Importing p/ Mysql from TXT
I have a txt file coming from a database that separates the items with a space type TAB, the item first is the product name, the second item of txt is the value, type this, I need to know how to…
-
1
votes1
answer100
viewsQ: Security information when entering data
Mysqli (Mysql Extended) has greater security and I thought so far that I did not need to process the variable data before adding to the bank, but studying on that page found this code similar to the…
-
1
votes0
answers724
viewsQ: E-mail an html code typed in the textarea by php
The problem not only happens in emails, so please no phpmailer suggestions, because I’m having trouble presenting the html formatted text that was typed in the textarea even on my own page. If I put…
-
2
votes1
answer434
viewsQ: Camouflage sender address in a PHP email
I can’t camouflage the sender’s address @anything with., I am obliged to use my domain name, but in my sending script that I lost I could camouflage, however I think this is something of the hosting…
phpasked André Machado 155 -
0
votes1
answer101
viewsQ: Field (From: Name) in a PHP email
The following is, the From (Name) field does not appear to those who receive my email, you know that name that passes the mouse over it and the sender’s email appears, because it is, the sender’s…
phpasked André Machado 155 -
1
votes2
answers426
viewsQ: Problem sending email (with html) using PHP
Hello, I have an html code to send in the email that in normal html mode it usually appears but when I send the email, when I visualize it in gmail, I get all the html wrong. Already in Thunderbird…
-
3
votes2
answers300
viewsQ: Loop with "for" in a form with equal field sets
I have a data capture of a form where are fields 5 sets of equal fields. I want that at the time of capturing for my array, I do not need to repeat: array[1] = post1, array[2] = post2 I know you can…
-
4
votes2
answers1096
viewsQ: Interest rate formula
I have to do this little work in PHP structured below, but I have a problem there in the formula of interest rate, I didn’t understand how to apply, I did so: /* Calcula os Juros…
phpasked André Machado 155