This string for some reason does not enter data into the database .. if I check $result2 for TRUE $result2 FALSE while the database is turned on, the name of the table is spelled correctly, the variables all exist
$result2 = mysql_query("INSERT INTO coalitions (name, avatar, creators, stat) VALUES ('$name', '$logotip', '$creatorid', '$stat')",$db);//заносим в базу сообщение Added by:
table fields - id - auto increment - int9; name varchar225; avatar varchar225; creators varchar225; stat int1 дефаулт 0; int9; name varchar225; avatar varchar225; creators varchar225; stat int1 дефаулт 0;