Click here to Skip to main content
15,949,686 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I help help on this problem i am new to PHP

What I have tried:

PHP
prepare=("INSERT INTO registration(name,phone,email) VALUES(?,?,?)");
        $stmt->bind_param('sis',$name,$phone,$email);
    $stmt->execute();
    echo "Registration Successful";
    $stmt->close();
    $mysqli->close();
}

    }

?>
Posted
Updated 14-Nov-19 18:31pm
v5
Comments
Patrice T 15-Nov-19 0:31am    
What about showing at least 17 lines of code ?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900