Basic view

git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@8 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
jakubvrana 2007-07-02 15:50:23 +00:00
parent 7cf0b196c8
commit f491811bd3

View file

@ -0,0 +1,4 @@
<?php
page_header(lang('View') . ": " . htmlspecialchars($_GET["view"]));
echo "<h2>" . lang('View') . ": " . htmlspecialchars($_GET["view"]) . "</h2>\n";
echo htmlspecialchars(mysql_result(mysql_query("SHOW CREATE VIEW " . idf_escape($_GET["view"])), 0, 1));