<?php include 'includes/dbfunctions.php'; $ProductID = $_GET['id']; $db = new DB_FUNCTIONS(); $ProductMap = $db->getProductmap($ProductID); //idher $ProductDetails = $db->getProductDetails($ProductID); //$getAllProductPhotos = $db->_getAllProductPhotos($ProductID); //$getPSizes = $db->getAvailableSize($ProductID); ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Untitled Document</title> <link href='http://fonts.googleapis.com/css?family=Cabin+Condensed' rel='stylesheet' type='text/css' /> <script src="http://maps.googleapis.com/maps/api/js"> </script> <script type="text/javascript" src="js/jquery-1.10.1.min.js"></script> <style type="text/css"> .button { padding: 5px 10px; display: inline; background: #777 url(images/button.png) repeat-x bottom; border: none; color: #fff; cursor: pointer; font-weight: bold; border-radius: 5px;