N´empeche que tu pourrais deja clarifier.
Genre
$sql = "INSERT INTO news
VALUE(´´,
´$titre´,
´$timestamp´,
´$contenu´,
´$auteur´,
´$concernant´,
´$illustration´,
´$champimage1´,
´$champimage2´,
´$champimage3´,
´$champimage4´,
´$champimage5´,
´$champimage6´,
´$champimage7´,
´$champimage8´,
´$champimage9´,
´$champimage10´
)";
Apres, pour ton probleme, tu devrait faire comme ca :
$sql = "INSERT INTO news
VALUE(´´,
´$titre´,
´".$timestamp."´,
´".$contenu."´,
´".$auteur."´,
etc..