diff --git a/show_ci.php b/show_ci.php
new file mode 100644
index 0000000..58db3c5
--- /dev/null
+++ b/show_ci.php
@@ -0,0 +1,22 @@
+
+
+
+
+prepare($query);
+ $ci_query->bindParam(':id', $_REQUEST['id']);
+ $ci_query->execute();
+?>
+
+
+
+
+include('footer.tpl');
+$db = null;
+?>
\ No newline at end of file