include "menuleft.php"; ?> |
|
View Event |
............................................................................................................................................... |
$sql_events ="select * from levents,gcontactpoint where levents.country = gcontactpoint.GCId and levents.Id='$Id'";
$query=mysql_query($sql_events);
$rs =mysql_fetch_array($query);
$topic =$rs['topic'];
$detail =$rs['detail'];
$GCCountry =$rs['GCCountry'];
$link =$rs['link'];
$document =$rs['document'];
$recorddate1 =$rs['recorddate'];
$recorddate_Y = substr($recorddate1,0,4);
$recorddate_M = substr($recorddate1,5,2);
$recorddate_D = substr($recorddate1,8,2);
$recorddate =$recorddate_D."/".$recorddate_M."/".$recorddate_Y;
?>
|
Topic: |
echo $topic;?> |
Description: |
echo ereg_replace("\r\n"," ",$detail);?> |
Link: |
echo $link;?> |
Document |
|
Country |
echo $GCCountry;?> |
Record Date |
echo $recorddate;?> |
|
|