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…
Force file download using PHP algorithm It is very frustrating to click on a link to a document you want to read, and then have to wait for it to download and finally it open on your computer/browser, but you had expected it to download. It is mainly for some file types as (eg:…
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…