include ("common_db.php") ?>
$value = $_GET ['value']; $query = "SELECT * from PATENTS where id = '$value'"; $result = mysql_query ($query) or die (mysql_error()); $entries = mysql_fetch_array ($result) ?>
echo $entries[title]; ?>
echo $entries[n_patent]; ?>
echo $entries[inventors]; ?>
ASSIGNEE
echo $entries[assignee] ?>
ABSTRACT
echo $entries[abstract] ?>