Mangalam (Leeli)
General Notes:
BIRT: RIN MH:IF86
|
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}' and Approved = \"Y\"";
$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 "
";
}
?>
close();
?>
Click here to add interesting facts, and other notes about this person
Please send notes, comments and corrections to: spanchafamtreenotes@gmail.com