How to set environment variables in window?

Here is the below step, which help you to set enviroment variables in window 11. FacebookTwitterLinkedinPinterest

How to block file download outside from Website using .htaccess

Hi all! Below is the code, I am sharing for restricting and blocking the file download from outside of your website. You can put the below code in .htaccess file to restrict the access. This code will block & restrict the access of your file’s access outside from your website. If you want to block […]

Design a christmas tree using Python Turtle Package

Below is the code for creating christmas tree using Python. Before starting please be sure you have turtle package installed in your Computer. By using below code you can Design the masterpiece Christmas Tree using Python. Happy Coding! FacebookTwitterLinkedinPinterest

What is the difference between MyISAM and InnoDB?

MYISAM MYISAM supports Table-level Locking MyISAM designed for need of speed MyISAM does not support foreign keys hence we call MySQL with MYISAM is DBMS MyISAM stores its tables, data and indexes in diskspace using separate three different files. (tablename.FRM, tablename.MYD, tablename.MYI) InnoDB InnoDB supports Row-level Locking InnoDB designed for maximum performance when processing high […]

How to check checkbox is checked or not using jquery

FacebookTwitterLinkedinPinterest

How to reverse value of integer or string in php?

The logic of the below methods will help you to reverse the integer in any language, here I am doing it in PHP. So let’s create a function with the name of reverse_integer:- it will reverse the interger. Reverse string in PHP without strrev() function:- FacebookTwitterLinkedinPinterest

How to Secure yourself on the Internet.

While increasing connectivity around the world is making our lives a lot easier, the dangers have also increased that our personal information can be stolen by a hacker/cybercriminal. Hackers now have many avenues through which they can steal our information and misuse it. You might think that the internet is very beneficial for you because […]

How to change custom template in blogger.com

In blogger.com there is a limitation of template design, so for add new template outside from blogger or custom template you need to change the html code of blogger.com. Here is the following step for changing or adding new custom template in blogger:- Open your blogger account and click on the “Theme” tab. Now click […]