[email protected] webmail now available. Want one? Go here.
You will not find us on Bing and you will get a bounce when you try registering with an outlook/live.com email address here. Not our fault. Blame the corporate bully. #deeznutsmicrosoft
Paste
Pasted as PHP by hhhh ( 2 years ago )
echo "<div class='container'>";
echo "<h3>Tabs</h3>";
echo "<ul class='nav nav-tabs'>";
echo "<li class='active'><a href='#'>Highlights</a></li>";
echo "<li><a onclick='getRestaurantReviews(" . ($result['res_id']) . ")'>Reviews</a></li>";
echo "</ul>";
echo "<br>";
echo "</div>";
echo "<h2 class='text-center review_header'>Reviews</h2>";
echo "<div class='reviews overflow-auto'>";
//getting reviews data by res_id
getRestaurantHighlights($result['res_id']);
echo "</div>";
echo "</div>";
Revise this Paste
Children: 110559