How to Delete data in PHP from Database |

Published: 01 January 1970
on channel: Eagles Education with AI
999
15

if(!empty($_GET['did']))
{
$id=$_GET['did'];
$query="delete from student where id=$id";
if(mysqli_query($connect,$query))
{
echo "Record Deleted";
}
else
{
echo "Record Not Deleted";
}
}


On this page of the site you can watch the video online How to Delete data in PHP from Database | with a duration of hours minute second in good quality, which was uploaded by the user Eagles Education with AI 01 January 1970, share the link with friends and acquaintances, this video has already been watched 999 times on youtube and it was liked by 15 viewers. Enjoy your viewing!