login script with jquery and php
Posted on 23 April 2010 by Abidoon
This video shows you how to make a login script work with a database. We use javascript, jquery, php and mysql for this. You should really watch the ajax videos to get a basis for this. Also you need to have a server to run this, watch the first video on development environment to learn how to do that. Towards the end i mistyped two things. I missed the double == sign in the if statement and the I spelled result wrong. Sorry If i went a little fast, I really don’t want to have any more part1 and 2 videos.

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.