jQuery is simply a way of Write less, do more.It is designed to change the way that you write JavaScript. jQuery is a fast and small JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid and simple/easy web development. jQuery is a cross-browser JavaScript library designed to simplify the…

  The main difference between MyISAM and InnoDB is that InnoDB supports transaction. InnoDB supports some newer features: Transactions, row-level locking, foreign keys. InnoDB is for high volume, high performance.   MyISAM is of course the default table type i’m MySQL Some says MyISAM is fast and some says that InnoDB is ? Let me…

The header() function sends a raw HTTP header to a client or browser or simply we can say it tells browser what type of content,it have to show. When a request sent from server to client/browser the HTTP informations has been sent to browser,The HTTP information may be small or large depends on the page…