$sql="UPDATE user SET icq='$icq',msn='$msn',aim='$aim',day='$day',month='$month',year='$year',location='$location',website='$website',occupation='$occupation',interests='$interests',timezone='$timezone',maillist='$maillist',$signiture='$signiture' WHERE user_name='$user_name'";
$result=mysql_query($sql);
return true;
$feedback .= ' ERROR Mysql - '.mysql_error();
Doesnt update the database, and there is no error message from mysql 😕