• 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

Display specific shipping method if woocommerce product has specific acf field value

I want a way to give path to my files which are outside of public folder in laravel

How to use functions that are declared in snippets in Evolution CMS (Modx) in an external PHP Script?

Prestashop cUrl Login

Shopify password update using Shopify API

browsersync doesn't work with XAMPP

wordpress function breaks wp-admin

Log a user out of a website when they put their computer to sleep

I want to display default profile image if user do not have profile image

Laravel 5.1 Unknown database type enum requested

How can I convert from a{a{} b{}} to a[a[],b[]] using php preg_match?

error:14094410:SSL routines:ssl3_read_bytes:sslv3 alert handshake failure

How to override htaccees file for cache control header

curl returning 301 error after migrating to https

Get sum of arrays inside array

About Contact Privacy policy Terms and conditions