6. Sign Up Form and Email Activation PHP MySQL JavaScript Programming Tutorial




Lesson Code: http://www.developphp.com/video/PHP/Sign-Up-Form-and-Email-Activation-PHP-MySQL-JavaScript-Programming-Tutorial
Learn to program a user sign up form and corresponding email activation script. We use HTML, CSS and JavaScript for user interfacing. The server side scripting is PHP connected to a MySQL database. Real time field restricting, user must view terms of use, real time username checking and more. Ajax is in use for all server side data transmissions. User must activate their account through email in order to interact on the site. The email activation process verifies and confirms that they have given you their real email address.

Original source


27 responses to “6. Sign Up Form and Email Activation PHP MySQL JavaScript Programming Tutorial”

  1. nice one bro….. but am having issues on the username field " mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in C:xampphtdocsDreamWeaverform_htmlsignup.php on line 15"

  2. brother i was banging my head off the ground trying to figure out why ur code wouldn't write to phpmyadmin believe it was the simplest solution. you forgot to add name id string to the form elements. phew that took all day to figure out (im a beginner) im glad i figured it out though 😀

  3. Nobody else pointed this out but ajax.responseText is not getting echo "signup_success". Instead of going to page "Ok check your email…..", same page is there with "signup_success" message at the bottom of signup page. When I changed ajax.responseText != "signup_success" to ajax.responseText == "signup_success", I started getting that email message page. So, ajax.responseText is not getting echo text.

  4. hello sir..im in debian in virtualbox..and i havent yet set upa mail server as its very complex..so after i registerd i manually activated the user by changing 0 to 1..but when i login it still stays not succcesful login…why..can you help out with this…is there a way to send link link or just activate without email??/

  5. can i use that system with wordpress , becuase i already built a wordpress theme from scratch to use it and i tried a lot of plugin to make a system for users but all of it Stupid because it let the user login to the main control panel, so i use my theme design to built a new one on your way , but i know that will not be easy to edit , or to make a post system do you have any idea to use wordpress beside your system ??????

  6. First I tried customizing my own form, but it echoed echo "The form submission is missing values."; so i copy and paste the form with no changes and it still said echo "The form submission is missing values."; HELP

  7. Don't copy and paste my code from my site. Instead listen to and watch the videos and write the code yourself debugging any issues you create as you go. You guys all have different various issues that you are creating yourselves. I proved that everything works in the videos as I went through each step so good luck. If you need insight on learning to debug software that you are writing, read this article… https://www.webintersect.com/articles/80/learn-to-debug-your-own-software

Leave a Reply