Names |
Born |
Died |
Ambrose, Jason | ||
Anand, Sachit | ||
Atsushi, Furuichi |
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