Press "Enter" to skip to content

Posts published in “blog”

What is the difference between MyISAM and InnoDB?

0

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…

How to reverse value of integer or string in php?

0

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…

How to change custom template in blogger.com

0

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…