Poster ID:
0)
{
$date_added = $row['con_id'];
$query = "SELECT day,month,year FROM con_reg_details WHERE date_added='$date_added'";
$result = mysql_query($query) or die("Invalid query: " . mysql_error());
$conrow=mysql_fetch_array($result);
$con_start = mktime(0,0,0,$conrow['month'],$conrow['day'],$conrow['year']);
$current_date = time();
}
?>
Viewable from
click image to enlarge
Author:
Co-authors:';
echo w3c_text(stripslashes($row['co_author']));
echo '
';
}
?>
Abstract/Description:
';
echo w3c_text(nl2br(stripslashes($row['description'])));
echo '
';
}
if($row['conferances'] !=NULL)
{
echo '
Poster presented at:';
if($row['conference_year'] !=0){
echo stripslashes($row['conferances'])." - ".$row['conference_year']."
";
}
else
{
echo w3c_text(stripslashes($row['conferances']))."
";
}
echo '
';
}
if($row['link'] !=NULL)
{
?>
Website link:http://
0 AND active=1 AND author='{$row['author']}' AND id !={$row['id']}";
$query = "SELECT id FROM posters WHERE active=1 AND author='$author' AND id !={$row['id']}";
$result = mysql_query($query) or die("Invalid query: " . mysql_error());
$posters = mysql_num_rows($result);
//$row=mysql_fetch_array($result);
if($posters>0)
{
?>
This author has other poster1){echo "s";} ?>, click to view
© ConferencePostersOnline 2006