Archive for May, 2008

Father Of PHP !

PHP stands for” Hypertext Preprocessor”. This is called a recursive definition and is a computer geek’s idea of a joke.
PHP originally stood for Personal Home Page. It began in 1994 as a set of Common Gateway Interface binaries written in the C programming language by the Danish Greenlandic programmer Rasmus Lerdorf.Firstly he created these Personal Home [...]

Continue reading »

Which one is Faster ….InnoDB Or MyISAM ?

In web development MySQL is nowadays widely used database.So speed is a major issue for all operations of MySQL . But which DB engine should be used to execute a insert operation in MySQL. MyISAM or InnoDB ? Well i had a test to track the execution time for this two types of DB engine. [...]

Continue reading »