• 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 Brand Name Above Product Title in Woocommerce Cart, Checkout Page, Orders and Email Notification

Pass an image through AJAX [duplicate]

Laravel 8: Array to string conversion while calling route:list

Laravel views are showing from cache on one server but works fine on other server

How to set time with DateTime modify?

PHP Print to Network Printer

HTTP Range requests with php for Video Embedding for solving going to specific time in video (seek bar not work)

display WooCommerce “Add to cart” button with short-code [add_to_cart ] dynamically

How can I easily switch between PHP versions on Mac OSX?

if statement inside concatenation

Add a custom text for a particular product on specific email notification in Woocommerce

If action is on a different page do I use fwrite function

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

Yii2 select2 database exception number of bound variables does not match number of tokens

Symfony redirect if already loggedin from login page

About Contact Privacy policy Terms and conditions