Posts by Felipe • 47 points
5 posts
-
0
votes1
answer61
viewsQ: E-mail with Phpmailer using PHP variable
I am trying to email the Phpmailer class but I am having trouble. Here I get a good one: $mail->AddAddress('[email protected]', 'Nome do Destinatário'); But when I put a variable, it…
-
1
votes1
answer910
viewsQ: Javascript to open a Bootstrap modal
I am trying to make a page of reports and I am breaking my head.. rs. The code below works, but there are more than 100 reports and creating one by one is complicated. What I would like: that you…
-
0
votes1
answer21
viewsQ: Image proportional to the system used. Can I continue doing so?
tried many ways and did not succeed. So I went on my own and found a solution. I wonder if I can keep using like this or if I’ll have a problem with it... Well, in the notebook browser the image is…
-
1
votes0
answers308
viewsQ: Avoid SQL Injection - with PHP and Mysql
When I try to log in to the administration page of the site with ' OR 1=1 -- in the login and password it allows access! I’m trying to use the next function, but I still have access without…
-
2
votes1
answer1617
viewsQ: Confirm before sending form with Submit input
I’m trying to make a button that only sends the form when I click on OK, but this one of mine, even though I click on Cancel, is being sent. Javascript: <script language="JavaScript"> function…