Posts by Ingi • 45 points
4 posts
-
0
votes1
answer66
viewsQ: Problem with array comparison
People were making a script for a little game called Simon, but I have a problem checking if the items the player clicked are the same as the game sent. Even if I hit or miss he always returns that…
javascriptasked Ingi 45 -
0
votes2
answers351
viewsQ: Timing with setInterval in JS
Guys I’m trying to make a timer, until it’s working the problem is that it only decreases the time if I keep clicking, and I need it to dimiua alone after I click once. var mins = "30"; var secs =…
-
0
votes0
answers587
viewsQ: I can’t email with Phpmailer on the server
require 'phpmailer/class.phpmailer.php'; require 'phpmailer/class.smtp.php'; $mail = new PHPMailer(); $mail->setLanguage('pt'); $from = '[email protected]'; $fromName =…
-
4
votes1
answer5408
viewsQ: Problem when using Select
I’m trying to use the form select of this site here: http://materializecss.com/forms.html But when I put on my site the only thing that appears is this: "Materialize Multiple Select" Someone knows…