Names |
Born |
Died |
Padmanabhan, Sivaram | born 1953 | |
Panchapakesan, Asesh | born 2000, Mountain View, California | |
Panchapakesan, Avyay | born 1995, Andheri, Bombay | |
Panchapakesan, Shekar | born 1962, Madurai | |
Patel, Anup | ||
Patel, Arin Tej | born 4 Mar 2021, Atlanta, GA | |
Patel, Dhiraj | ||
Patel, Jennifer Laxmi | born 1989, Hackensack, New Jersey | |
Patel, Nishita | ||
Patel, Pravina | ||
Patel, Reya Laxmi | born 17 Nov 2018 |
connect_error) {
die("Connection failed: " . $conn->connect_error);
}
$uri = $_SERVER['REQUEST_URI'];
$pagename = substr($uri, 9);
$query = "SELECT Page, Enteredby, Comment FROM Comments where Page='{$pagename}'";
$result = $conn->query($query);
if (!$result) {
$message = 'Invalid query: ' . mysql_error() . "\n";
$message .= 'Whole query: ' . $query;
die($message);
}
?>
Additional Contributions to this page:
fetch_assoc())
{
echo "Contributed by:";
echo $row['Enteredby'];
echo "
";
echo $row['Comment'];
echo "
";
}
?>
Click here to add interesting facts, and other notes about this person