From f491811bd3c5675fe5cff9a9977cd8e8f203a314 Mon Sep 17 00:00:00 2001 From: jakubvrana Date: Mon, 2 Jul 2007 15:50:23 +0000 Subject: [PATCH] Basic view git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@8 7c3ca157-0c34-0410-bff1-cbf682f78f5c --- view.inc.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/view.inc.php b/view.inc.php index e69de29b..c77a4fe7 100644 --- a/view.inc.php +++ b/view.inc.php @@ -0,0 +1,4 @@ +" . lang('View') . ": " . htmlspecialchars($_GET["view"]) . "\n"; +echo htmlspecialchars(mysql_result(mysql_query("SHOW CREATE VIEW " . idf_escape($_GET["view"])), 0, 1));