Tag: PHP and MySQLi

  • Forgot Password Recovery Script using PHP and MySQLi

    Forgot Password Recovery Script using PHP and MySQLi

    [button-blue url=”http://demos.eggslab.net/forgot-password-recovery-script/” target=”_blank” position=””]LIVE DEMO[/button-blue][button-green url=”http://demos.eggslab.net/downloads/14″ target=”_blank” position=””]DOWNLOAD[/button-green] Recently I have cover few topics on user authentication like PHP Login System, Register new user and Email verification when new user register on site. So here I am going to deal with “Forgot Password Utility” that most of websites have. There are some people exist on…

    Click or not: Forgot Password Recovery Script using PHP and MySQLi
  • How to Make Basic URL Shortener in PHP and MySQLi

    How to Make Basic URL Shortener in PHP and MySQLi

    You might be using bit.ly, goo.gl, tinyurl.com or maybe some other URL shortener service to shorten your URL. It’s true that long URL doesn’t look pretty when you are sharing it with your friends or colleagues through email or messages. And I agree for every problem there is a solution on the internet. When you…

    Click or not: How to Make Basic URL Shortener in PHP and MySQLi
  • Creating Registration Form with PHP and MySQLi

    Creating Registration Form with PHP and MySQLi

    In previous post we have learned to create a secure login system with session. Now let’s have look at How to Create a Registration Form with PHP and MySQLi. Well it’s quite easy and can be use for different purposes. It can be use to Register a new member on your membership website or you…

    Click or not: Creating Registration Form with PHP and MySQLi