Giter VIP home page Giter VIP logo

php-email-verification's Introduction

Instructions for use

  1. Download the folder 'PHPEmailVerification'
  2. In the 'settings.php' file, fill in all of the required fields as per the instructions in the comments.
  3. If you alread have a copy of PHPMailer installed, you can fill in the path to the 'PHPMailerAutoload.php' file in 'settings.php' file and remove the phpmailer folder. Otherwise, you can leave that field blank, and the library will use the copy of PHPMailer that comes with it.
  4. After filling in the settings and saving changes, place the 'PHPEmailVerification' folder in the root directory of your website.
  5. On your website's sign up page(this page should be an HTML form using the POST method, with at least the email and password fields), just include the 'signup.php' file using PHP's include function.
  6. And thats it! Your website now has a fully functional user management system, complete with email verification.
  7. OPTIONAL: You can add more fields by simply adding them in your sign-up form, and inserting the POST requests as indicated in the comments in the 'signup.php' file. The only thing you have to modify is the SQL insert query.
  8. OPTIONAL: You can also modify the HTML mailer in the 'signup.php' file, just be sure to include the email activation link.

php-email-verification's People

Contributors

hirdaygupta avatar

Watchers

 avatar

Forkers

rmwaqasn

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.