Navigation Bar With HTML and CSS CODE
- Get link
- X
- Other Apps
Popular posts from this blog
View Albums Code
Code For Creating A Like Button
Create Your Like Button = 1) { echo "Already exists ..."; } else { if ($like_button_url2) { $create_button = mysql_query("INSERT INTO like_buttons VALUES ('', '$username', '$like_button_url', '$date', '$uid')"); $insert_like = mysql_query("INSERT INTO likes VALUES('','$username','-1','$uid')"); echo " <iframe src='http://localhost/tutorials/findFriends/like_but_frame.php?uid=$uid' style='border: 0px;height: 23px; width: 110px;'> </iframe> "; } else { $like_button_url = "http://".$like_button_url; $create_button = mysql_query("INSERT INTO like_buttons VALUES ('', '$username', '$like_button_url', '$date', '$uid')"); $insert_like = mysql_query("INSERT INTO likes VALUES('','$username','-1','$uid')"); echo...
Index Code
"; } ?> 25||strlen($fn)>25||strlen($ln)>25) { echo "The maximum limit for username/first name/last name is 25 characters!"; } else { // check the maximum length of password does not exceed 25 characters and is not less than 5 characters if (strlen($pswd)>30||strlen($pswd) Welcome to findFriends Login to your account to get started ..."); } } } else { echo "Your passwords don't match!"; } } else { echo "Please fill in all of the fields"; } } else { echo "Sorry, but it looks like someone has already used that email!"; } } else { echo "Username already taken ..."; } } else { echo "Your E-mails don't match!"; } } ?> "); } else { echo 'That information is incorrect, try again'; exit(); } } ?> Already a Memeber? Login below ... Sign up Below ... "> ...