getConnection(); $sql = "select * from `cs_jqcalendar` where `id` = " . $id; $handle = mysql_query($sql); //echo $sql; $row = mysql_fetch_object($handle); }catch(Exception $e){ } return $row; } if($_GET["id"]){ $event = getCalendarByRange($_GET["id"]); } ?> Calendar Details