Added: 2 years ago
From: optikalefxx
Views: 20,290
Sort by time | Sort by thread (beta)

Link to this comment:

Share to:
see all

All Comments (29)

Sign In or Sign Up now to post a comment!
  • Great videos

    

  • could you give us a download link to files so we don't have to make them?

  • awesome video but i have one question , can you connect to mysql database without using that login.php ? if it is possible could you make a video showing how

    thanks

  • @officalmask7 you mean using the same php file?

  • Comment removed

  • @officalmask7 Maybe if you use the post method

    put this in the same page of the form on the bottom(php)

    if($_POST){

    login script goes here

    }

    it checks when you click on the button

  • very good this is video fantastic thaks

  • My name is Mike from LA Although there busizz4me.info

  • I created password field in database, and typing password in text box it stores in the database but its shows the password which not in the encrypted format, wat i can do

    when creating password field in the database itself ,wat attribute to be given

  • @sivaramakrish2007 nothing on the database side. In php when you write your SQL make sure you don't store the $_POST['password']. You need to md5($_POST['password']) and store that in the database.

    That was the main goal of this tutorial, I suggest watching another time to make sure you understand how this login process works.

  • @optikalefxx xzfzsdasd asdsadsadasda

  • why select username where username='' makes no sense?

  • @ordiantakeover Where does it say that, it says select username where username='$user' ?

  • @optikalefxx 9:13

    U are fetching the username while u already have the username, because u wanted to fetch where username is blabla

  • The best of all... :-)

  • Comment removed

  • @ronipthomas *confused.

  • @optikalefxx The best of all... :-)

  • thx!

  • Great work.....

  • I love your videos man! keep it up.

  • Oh wow, I needed to know how to integrate PHP and jQuery for my YouTube API stuff.

    Thank you so much for this video.

    You're a lot like me with the videos.

    We have good videos, but not many subscribers or views.

    Maybe we should work together and form one channel for videos like this.

  • Ha, yea, as i was reading through some more of the docs I found that. Would've been nice to know before hand, but hey at least in doing it this way I learned how to access the DOM Element if i need it. Thanks!

  • Also to change the value:

    $("#message").val("error");

    good luck!

  • Can get the value of a field in this way also:

    $("#user").val();

    Is easier... greetings!

  • nice, thanks.

Loading...
0 / 00Unsaved Playlist Return to active list
    1. Your queue is empty. Add videos to your queue using this button:
      or sign in to load a different list.
    Loading...Loading...Saving...
    • Clear all videos from this list
    • Learn more