Facebook
From Aqua Marten, 6 Years ago, written in PHP.
This paste is a reply to Re: Re: Untitled from Gracious Meerkat - go back
Embed
Viewing differences between Re: Re: Untitled and Re: Re: Re: Untitled
if($con->query("DELETE FROM not_allowed_words WHERE  id if (isset($_POST['word'])) {
    $word= $_POST['word'];

    $result 
'".$_GET["word"]."' ")){
                
$con->query("INSERT INTO `not_allowed_words`(`word`) VALUES ('". $word ."')");
    if ($result) {
                
echo "Usunięto słowo zakazane";
'Udalo sie dodac slowo do bazy!';
        }
        else{
                echo "Nie usunięto słowa";
        
}

Replies to Re: Re: Re: Untitled rss

Title Name Language When
Re: Re: Re: Re: Untitled Abrupt Peccary javascript 6 Years ago.