Lab 4
Lab 4
<table><tr>
<th>Name</th><th>Adress</th><th>Phno</th><th>Email</th><th>Action </th></tr>
<?php
require_once("connection.php");
$fname = $row['fname'];
$address = $row[‘address’];
$phno = $row[‘phno’];
$email = $row[‘email’];
?>
<?php } ?>
V. Deleting Data
<?php
require_once("connection.php");
if(isset($_GET[‘id’])){