I messed around with it and change it to:
$insert = mysql_query("INSERT INTO $table ( `id` , `username` , `password` , `day` , `month` , `year` , `sex` , `country` , `name` , `website` , `email` , `clan` , `config` , `game` , `bio` , `manufacturer` , `os` , `cpu` , `memory` , `hd` , `gcard` , `scard` , `headphones` , `monitor` , `mousepad` , `mouse` , `keyboard` ) VALUES ( \'\', '.$_POST["username"].', '.$newpassword.', '.$_POST["day"].', '.$_POST["month"].', '.$_POST["year"].', '.$_POST["sex"].', .'$_POST["country"].', .'$_POST["name"].', \'\', .'$_POST["email"].', \'\', \'\', \'\', \'\', \'\', \'\', \'\', \'\', \'\', \'\', \'\', \'\', \'\', \'\', \'\', \'\' ) "); or die("Could not insert data because ".mysql_error());
Now I get:
Parse error: parse error, unexpected '\"', expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/bo0/a/b/c/make.php on line 20