• 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

Getting public posts of a random user from Facebook API

Unit (real unit test) of test laravel relationship

Hide specific products from unlogged users based in product category in WooCommerce

PHPExcel How to set conditional formatting to change cell background color based on cells values

Laravel query builder binding parameters more than once

Saving Data from form to database using AngularJS and php

how to identify the web server name of remote host

How to fix 'Data has already been sent to output, unable to output PDF file' in MPDF

Laravel Multi-language routes without prefix

500 (Internal Server Error) with Laravel & Docker [duplicate]

Laravel with App Engine Standard Class 'FacadeIgnitionIgnitionServiceProvider' not found

Eloquent insert id with sequence next value

WooCommerce Additional Information - if empty, hide

Facebook SDK error: Cross-site request forgery validation failed. Required param "state" missing from persistent data

Class AppHttpControllersUserController Does Not Exist

About Contact Privacy policy Terms and conditions