Et moi comme ceci :
Code PHP :
<?
mysql_query("UPDATE population SET bois='".$bois."' WHERE pseudo='".$pseudo."'") or die(mysql_error());
?>