How to create a registration form using php &Mysqli | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How to create a registration form using php &Mysqli

Insert the html data to mysqli database

21st Jan 2019, 6:33 PM
Aminu Muhammed
Aminu Muhammed - avatar
2 Answers
+ 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"; }
21st Jan 2019, 6:40 PM
Sudarshan Rai
Sudarshan Rai - avatar
+ 2
<?php $2="understood! "; Echo"$2"; ? >
21st Jan 2019, 7:25 PM
Aminu Muhammed
Aminu Muhammed - avatar