anujgarg Posted January 30, 2008 Share Posted January 30, 2008 hi folks! I have some php questions in my mind: 1) Difference between exception handling and errors? 2) Difference between http and https. What if we don't enable ssl on server in case of https? Will it work? 3) Difference between MyISAM and InnoDB. Which is more efficient? TIA Anuj Link to comment https://forums.phpfreaks.com/topic/88552-some-phpdb-questions/ Share on other sites More sharing options...
trq Posted January 30, 2008 Share Posted January 30, 2008 1. Your question is a little vague but php errors can not be caught using exception handling, only code that generates execeptions. 2. https uses an encrypted connection and no it will not work without ssl. 3. They both have there purpose. Link to comment https://forums.phpfreaks.com/topic/88552-some-phpdb-questions/#findComment-453313 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.