Link to home
Start Free TrialLog in
Avatar of jtcy
jtcy

asked on

PHP: How to disable right click

I have a variable $norightclick from the database and i wanna do this:
<head>
if ($norightclick){
//disable right click for this page
}
</head>
ASKER CERTIFIED SOLUTION
Avatar of Michel Plungjan
Michel Plungjan
Flag of Denmark image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial