
Facebook is a showcase of great UI design. And as it has become a major part of our lives, it has also raised the bar for web development, pushing developers to meet higher expectations. This however has a good side ? it challenges web developers and designers to better themselves and constantly improve their work. In this tutorial, we are going to learn from the best, and create a facebook-like sign up form. So go ahead and download the demo files to start learning!




[...] 2. Creating a Facebook-like Registration Form with jQuery [...]
Hi this is great script, Thanks, i just wonderd if there is a way to update the database with the infomation whilst msg($status) == (1)
// like if there is no errors
could you please tell me how to go about this.
i would like to do something like
if(msg($status) == 1)){
$query = “insert into table (fname, lname) VALUES(‘$fname’,'$lname’)”;
$result = $mysqli->query($q) or die(mysqli_error($mysqli));
if($result) {
header(“location: registered.php”);
}
}
[...] 2. Creating a Facebook-like Registration Form with jQuery [...]