Update class.clearrtt.php
This commit is contained in:
parent
755a9451b4
commit
901b0b7693
|
@ -1,4 +1,5 @@
|
|||
<?php
|
||||
require('class.sqlconnect.php');
|
||||
$mysqli = new mysqli($servername, $username, $password, $dbname);
|
||||
$mysqli->set_charset("utf8");
|
||||
$req = "DELETE FROM $table WHERE type = 'rtt' ;";
|
||||
|
|
Loading…
Reference in New Issue
Block a user