Here is the below step, which help you to set enviroment variables in window 11. FacebookTwitterLinkedinPinterest
Posts published in “blog”
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…
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…
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…
FacebookTwitterLinkedinPinterest
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…
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…
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…