Now, this is line 53 :
Code: Select all
sqlite_query($db, "insert into clanprofile2 (firstname, lastname, middleinit, birthyear, socomname, socommap, sealswep, terrwep, website, hometown, picture, gender, birthday, occupation, bands, tvshows, movies, bgcolor, textcolor, picorcolor, music) values ($result['firstname'], $result['middleinit'], $result['lastname'], $result['birthyear'], '$user', $result['socommap'], $result['sealswep'], $result['terrwep'], $result['website'], $result['hometown'], $result['picture'], $result['birthday'], $result['gender'], $result['occupation'], $result['bands'], $result['tvshows'], $result['movies'], 'white', 'black', 'color', 'none')");