• 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

How to show selected value using javascript in laravel

how do i retrieve and display the alt text of an image in wordpress?

PHP Fatal error: Class not found - PHPUnit

php echo xml documents with header

VB.NET WebRequest with PHP POST

How to change product Image when variables are selected in Shop and Archive Pages?

Fatal error: [] operator not supported for strings

wp_remote_get() not passing authentication

Hi, I am making a contact form thingy, and my php isn't working any reason why?

How to remove Deprecated SymfonyComponentDebugDebugClassLoader?

Confirm Leave on External Links in Wordpress

send email using gmail-api and google-api-php-client

XAMPP/SQLSRV: Unable to find Sqlsrv in PHPINFO(); - errors coming from connection

Phalcon: setStatusCode returns empty response

I want to store data in new index as per my key in php [duplicate]

About Contact Privacy policy Terms and conditions