• 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

Sentry + Laravel: how to log an already catched Exception?

Why do I have invalid argument supply for foreach in Laravel for json response? [duplicate]

PHP's array_map including keys

Display a product custom field only in WooCommerce Admin single orders

PHP and WebView - Cookie doesn't are the same

PHP: Telegram Bot: Insert line break to text message

How can I get a div content in php

Load a .env file with PHP

How to fix Call to undefined method AppModelsTableName::factory?

Getting public posts of a random user from Facebook API

get attribute from class not working php 7

Adding the custom page with add_menu_page function on Wordpress

Laravel post contact form giving me error 419

Laravel insert dynamic input values with radio button

Using PHP to connect to a remote MSSQL database

About Contact Privacy policy Terms and conditions