Category: PHP

How To Send Email Using PHPMailer And GMail [With Example]

How To Send Email Using PHPMailer And GMail [With Example]

By Anand Lagad   December 8, 2017 PHP

  Read the whole blog to understand, “How To Send Email Using PHPMailer And GMail [With Example]”   PHP mail() function is too easy to use but it should have advanced features for sending emails. But, for now, PHPMailer Library is the best solution for the same. PHPMailer is considered as the world’s most popular …



How To Generate A Simple Random Password In PHP

How To Generate A Simple Random Password In PHP [Unbreakable]

By Anand Lagad   December 8, 2017 PHP

For creating the unbreakable and simple random password in PHP please read below points!   The password should be longer.  Longer the password harder to crack! You can consider 8 character size or more.   Avoid things such as the use of just names, places, favorite words, date of birth, personal phone number etc as …



Calculate The Angle Between Hour Hand & Minute Hand In PHP

Calculate The Angle Between Hour Hand And Minute Hand In PHP [Example]

By Anand Lagad   December 7, 2017 PHP

  Question:    12-hour analog clock and the time is given, calculate the angle between hour hand & minute hand in php. Time: 02:20; The question is related to Clock Angle Problems. Many times PHP Developers also facing such questions while interviewing. To get hands-on experience in such questions you should study the Clock Angle …



error: Content is protected !!