list(,,,,,,,,,$user, $pass) = explode("\t", $line);
if(trim($user) == $_POST['username'] && trim($pass) == $_POST['password'] )
The message undefined offset 10 , The message undefined offset 9 . the 9 and the 10 is the $user and $pass. How do i fix the error? and does undefined offset means its not being declared or something? and theres alot of ,,,,,,,, is because theres value but i dont need it for this php