+ 1
How to create a registration form using php &Mysqli
Insert the html data to mysqli database
2 Antworten
+ 3
//Php
//Sql
//DATABASE
//you need to have knowledge of this languages to work with server site stuff.BTW
$test="INSERT INTO Dbname(email, password) VALUES('email@gmail.com','12345abc')";
if (mysqli_query($test)){
echo "Done registration";
}else{
echo "Please finish PHP and SQL lesson";
}
+ 2
<?php
$2="understood! ";
Echo"$2";
? >