adminerevo/editor/db.inc.php
jakubvrana db07325ed6 Search in all tables
git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@1313 7c3ca157-0c34-0410-bff1-cbf682f78f5c
2010-02-16 14:35:32 +00:00

14 lines
307 B
PHP

<?php
page_header(lang('Server'), "", null);
?>
<form action=""><p>
<?php echo SID_FORM; ?>
<input name="where[0][val]" value="<?php echo h($_GET["where"][0]["val"]); ?>">
<input type="submit" value="<?php echo lang('Search'); ?>" />
</form>
<?php
if ($_GET["where"][0]["val"] != "") {
search_tables();
}