Here is the jQuery code to prevent users to cut copy and paste from our website. 1. disable cut copy and paste on a specific element like a textbox Step 1 . First we create a div and assign a unique id to this div . <div id=”targetElement”> this is our div content . </div> […]
Add a .htaccess file at root and add following code
For download table from myslq into .xls form without asking have two basic steps: create connection to the database create index file to get the data from database, execute code and get desired output ( .xls file ) 1. connection to Database in connection.php 2. Then in index.php add this code after adding this […]