Posts by Matheus Pellegrini • 25 points
6 posts
-
0
votes1
answer221
viewsQ: mysql_query() expects Parameter 1 to be string, Resource Give
So I searched my code to find a solution, but the error may be database, every time I finish the registration was to be sent an email, but this error. Warning: mysql_query() expects Parameter 1 to…
phpasked Matheus Pellegrini 25 -
1
votes1
answer56
viewsQ: Send an Email Confirmation
<?php $email = $_POST['email']; $result_leados = "INSERT INTO tb_usuarios email VALUES ('$email')"; $resultado_leados = mysql_query($con, $result_leados); //Inicio Enviar e-mail require…
phpasked Matheus Pellegrini 25 -
1
votes1
answer26
viewsQ: Java Script Slide Show Error
So my slideshow is only working the first image, the other images do not appear to me. JAVASCRIPT { let satual = 1; let smax = 3; let stmp = 3000; function troca() {…
javascriptasked Matheus Pellegrini 25 -
-4
votes1
answer57
viewsQ: Error Login System
I’m trying to create a login system, but the system is not logging in with registered users, I tried to create a condition where only users register can access the login. Error: Warning:…
phpasked Matheus Pellegrini 25 -
0
votes1
answer62
viewsQ: Javascript script error
I went to try to make a slideshow on the home page of my system, however it is giving error, because nothing happens. Javascript: { satual=1; smax=3; stmp=3000; function troca(){…
javascriptasked Matheus Pellegrini 25 -
0
votes1
answer28
viewsQ: Error In php variables
I was trying to make the connection to the database, but the bank is only saving the ID user’s. {$con = mysql_connect("localhost","root", ""); mysql_select_db("cadastro",$con); $nome =…