Example #1
0
   <ol>
    <li>Food and drink &ndash; breakfast in the room, restaurant (a la carte) (buffet) snack bar.</li>
    <li>Internet-free! Wi-fi&nbsp; is available in all areas and free of charge</li>
    <li>Parking-free! Free private parking is possible on site (reservation is not needed)</li>
    <li>Services-room service, packed lunches car hire 24 hours front desk. Tour desk luggage storage concierge service laundry dry daily maid service meeting, banquet facilities, fax, photocopy, bridal suite.</li>
    <li>General- newspapers, safety deposit box, shrine, family rooms, lift facility, none smoking throughout, air-conditioning, backup generator.</li>
</ol>

	<!--second end-->
   
   </div>
   <div class="col-md-4">
     <h2>Meetings & Events</h2>
      <?php 
$eventObj = new Event();
$view = $eventObj->viewevent();
/*echo '<pre>';
 print_r($view);
 echo '<pre>';*/
?>
       
        <?php 
foreach ($view as $value) {
    ?>
                      <div class="newsfeedmain"> <span class="title"><a href="news/show/12.html" style="font-size:14px;color:#000;font-weight:bold;"><?php 
    echo $value['event_title'];
    ?>
</a></span><br />

       
<p><?php