<?
/*************************************************************
* The MyDB librairy and applications are product of SQLFusion
* It may be used and/or distributed under the terms of the Q Public
* License (QPL) version 1.0, enclosed in the file licence.txt.
****************************************************************/
/** MyDATA Version 0.9 **/
/** Author Philippe Lewicki **/
$filenameselfarray = explode("/", $PHP_SELF);
$filenameself = $filenameselfarray[count($filenameselfarray)-1];
echo stripslashes($strDoYouReallyDelete)."?<br>";
?>
<form action="<?php echo $filenameself; ?>" method="post" enctype="application/x-www-form-urlencoded">
<input type="hidden" name="sql_querywhere" value="<?php echo urldecode(stripslashes($sql_querywhere)); ?>">
<input type="hidden" name="db" value="<?php echo $db ?>">
<input type="hidden" name="table" value="<?php echo $table;?>">
<input type="hidden" name="goto" value="<?php echo $goto;?>">
<input type="hidden" name="strYes" value="<?php echo $strYes;?>">
<input type="hidden" name="strNo" value="<?php echo $strNo;?>">
<input type="Submit" name="btnDrop" value="<?php echo $strYes; ?>">
<input type="Submit" name="btnDrop" value="<?php echo $strNo; ?>">
</form>