session_start();
$list=$_SESSION['list'];
?>
TheStore - Magazin cu vanzare online - calculatoare, placi de baza, procesoare, hdd, dvd, cd, memorii, video, sunet
include('connect.inc');
if (! @mysql_select_db("thestore_thestore") ) {
echo( "!Unable to locate thestore " .
"database at this time.
" );
exit(); }
?>
 |
| Home
> Sterge cont |
|
$exista=0;
$q='SELECT id FROM client WHERE id="'.$_POST["user"].'" AND password="'.$_POST["pass"].'"';
$res = @mysql_query($q);
if (!$res) {
echo(" Error performing query: " . mysql_error() .
" ");
exit();
}
if (mysql_fetch_row($res)<>0) $exista=1;
if (($_POST["user"]=="") or ($_POST["pass"]=="") or ($exista==0)) {
?>
} else {
$q='DELETE FROM client WHERE id="'.$_POST["user"].'" AND password="'.$_POST["pass"].'"';
$res = @mysql_query($q);
if (!$res) { echo("Error performing query: " . mysql_error() ." "); exit();}
echo(' Contul '.$_POST["user"].' a fost sters din baza de date a magazinului TheStore!
');
echo('Va multumim ca ati fost alaturi de noi!
');
echo('Va puteti creea un nou cont folosind optiunea Cont nou din meniul CONT');
echo ('Click aici pentru pagina principala ');
} ?>
|
|
include "right.html"; ?> |
| Powered
by CODRA ELECTRIC |
|