So i am trying to create a login script, and this is what the login has to go through so you can log in.
<?php
session_start();
$username = $_POST["username"];
$user_password = $_POST["user_password"];
mysql_connect('localhost','602164_owner','');
mysql_select_db('501st_clanteam_one') or...