<?php require("header.php"); ?><?php $sql="SELECT * FROM eventpage WHERE eventid=15";?><?php $query=mysql_query($sql); ?><?php $rowcontent=mysql_fetch_array($query); ?><title><?php echo $rowcontent["metatitle"]; ?></title><meta name="keywords" content="<?php echo $rowcontent["metakeyword"]; ?>"><meta name="description" content="<?php echo $rowcontent["metadescription"]; ?>"><?php if($rowcontent["extradata"]){ echo $rowcontent["extradata"]; }?><?php require("headertwo.php"); ?><section><div class="event-01"><div class="event-left"><div style="font-weight:bold; font-size:24px; margin:-20px 0 6px 0;"><?php echo $rowcontent["titlepage"]; ?></div><div style="margin:0 0 10px 0;"><?php if($rowcontent["youtubeid"]){ ?><iframe src="//www.youtube-nocookie.com/embed/<?php echo $rowcontent["youtubeid"]; ?>?rel=0" frameborder="0" allowfullscreen style="margin-top: 20px; width: 90%; height: 380px;"></iframe><?php } ?><?php echo $rowcontent["pagecontent"]; ?></div></div><?php include("eventright.php"); ?></div></section><?php require("footer.php"); ?></body></html>