adminerevo/editor/db.inc.php

15 lines
360 B
PHP
Raw Normal View History

<?php
page_header(lang('Server'), "", false);
?>
<form action=""><p>
2010-05-06 13:51:11 +00:00
<?php echo lang('Search data in tables'); ?>:
<?php hidden_fields_get(); ?>
<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();
}