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 Quote 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. Quote Link to comment https://forums.phpfreaks.com/topic/88552-some-phpdb-questions/#findComment-453313 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.