Database add data from form

Published: 05 June 2021
on channel: Eagles Education with AI
1,286
15

$connect=mysqli_connect("localhost","root","","as1") or die("Connection Failed");
if(!empty($_GET['save']))
{
$getname=$_GET['n'];
$getmarks=$_GET['m'];
$query="insert into student(name,marks) values('$getname',$getmarks)";
if(mysqli_query($connect,$query))
{
echo "Record Inserted";
}
else
{
echo "Record Not Inserted";
}
}


On this page of the site you can watch the video online Database add data from form with a duration of hours minute second in good quality, which was uploaded by the user Eagles Education with AI 05 June 2021, share the link with friends and acquaintances, this video has already been watched 1,286 times on youtube and it was liked by 15 viewers. Enjoy your viewing!