Part of the ‘Register & Login’ Project from PHP Academy. This tutorials walks you through registering a user to allow them to log in to your site.
No related posts.
Related posts brought to you by Yet Another Related Posts Plugin.
Tags: Academy, Login, Login Php, Part, Php Login, Php Tutorials, Register, Registration, Tutorials, User
use the mysql command line.
can you tell m how you made the login.php ? as i dont think i can make a register page if i dont have any varibles to check also how can i make the tables because i dotn use myphpadmin
Just some info….”md5″ is known as a “one way encryption”. Which means you CANNOT decrypt it once it has gone through the process. You can match md5 to md5 to make sure that the person has the correct primary password, but you won’t know what it was before the md5 process.
Got the same problem
I solved it by placing the next code above:
if ( $_SERVER['REQUEST_METHOD'] == ‘POST’ )
$submit = $_POST['submit '] {
Good luck!
I don’t think using an & at the start is helping, it may fix it but it will cause long term problems, your code may by missing a ‘ ‘ somewhere, or your using a “” in a varaible which should be ”.
PHP info is great but do you post the code you write?
you need to change ( ‘ ‘ ) by ( ” ” ) in all appllication i hade a same probleme but whene i change ( ‘ ‘ ) by ( ” ” ) its working like
$submit = $_POST['submit '] its became
$submit = $_POST["submit "]
thks Mr ALEX good job its clear and working
for all your download needs, just register and access the downloads