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.

10 Responses to “PHP Tutorials: Image upload site: Register (Part 7)”

  • KANEIForMe says:

    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.

  • ivands16 says:

    there no safeguard againts sql injection

  • myso2008 says:

    wannaa see ajax login

  • khuram855 says:

    i dont get the error because he make mistake in tutoriel and i was watching carefully and mine is working really excellent

  • viktorvettu says:

    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!

  • boburmum1 says:

    my code has an error. there is no “M” or “F” in the mysql table.

  • khuram855 says:

    i dont get that date problem but in my lastname is nothing when go to phpmyadmin how should i fix that help please

  • tholithemba says:

    i reflect there is. as a precautionary major.

  • omanoman98 says:

    Thank you Alex very much indeed for your continueous efforts!

  • XxGodDogxX says:

    theres no need to protect againts sql injection is therE?

Leave a Reply

You must be logged in to post a comment.