PHP Tutorials: Image upload site: Register (Part 7)
Screening уου hοw tο register a user tο thе database іn order fοr thеm tο log іn.
Screening уου hοw tο register a user tο thе database іn order fοr thеm tο log іn.
I like your videos. I would note in this one you’ve skipped over the most vital data there is to collect- the email address.
Of course in terms of text they can participation, but in terms of form validation I wonder where to start. Maybe you’ll make a tutorial on validation for emails? Thanks again for these videos. They’ve helped a lot.
there no safeguard againts sql injection
wannaa see ajax login
i dont get the error because he make mistake in tutoriel and i was watching carefully and mine is working really excellent
5:34 – 6:30
I found another way to check that:
$register = mysql_query(” insert code “);
if ($register == right)
{
echo “Success!”;
}
else
{
echo “Username already taken.”;
}
I reflect that’s a simpler way, though it doesn’t check only the username.
I woulnd’t be able to write this on my own if I didn’t saw your videos, thanks for all the help, by the way!
my code has an error. there is no “M” or “F” in the mysql table.
i dont get that date problem but in my lastname is nothing when go to phpmyadmin how should i fix that help please
i reflect there is. as a precautionary major.
Thank you Alex very much indeed for your continueous efforts!
theres no need to protect againts sql injection is therE?