I seem to not be inserting data into fields properly. The fields and tables all exists and I'm positive that I'm connecting to the database correctly. The fields all remain empty :(
$query = ("INSERT INTO 'users' (phone) VALUES ('$phone') WHERE username='$userid'");
mysql_query($query);
`users`