• Categories
    • PHP
    • phpMyAdmin
    • PHPMailer
    • FFMpeg
    • PHPEXcel
    • PHPDoc
    • PHPUnit
    • CakePHP
    • CakePHP 2.0
    • Cake PHP 2.1
    • CakePHP Model
    • Facebook PHP SDK
    • composer-php
    • PHP 7
    • PHP GD
    All Categories
  • About

protect my blog content

phpjavascriptajax


PHP Snippet 1:

    * {
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: -moz-none;
        -o-user-select: none;
        user-select: none;
    }

PHP Snippet 2:

<body ondragstart="return false;" ondrop="return false;">

PHP Snippet 3:

@media print { * {display: none !important;} }

Related Snippets

Laravel display validation error

How to convert the int value to inch in PHP [closed]

how can I set a session variable in Drupal 8 and get it in a php script?

enable Apache http Authorization header

How can i call a function that executes an fpdf based on the choice of a form selector?

Insert multidimensional array to codeigniter cart

How do I Post to .txt document before form submits

Performance of foreach, array_map with lambda and array_map with static function

Reload parent page after submit in iframe

How to get variable from JavaScript to PHP [duplicate]

How to find the date a user created their Google account

Create a zip file and download it

Combine multiple columns into an array as one of the key in a results set

I'm trying to use curl with php but getting this error:Could not resolve host: Bearer

PHP and WebView - Cookie doesn't are the same

About Contact Privacy policy Terms and conditions