Update funktion virker ikke på INT-fields
Hello!Funktionen:
function updateauthor($id, $firstn, $lastn, $email, $address, $zipcode, $city, $country, $company, $phonenb, $faxnb, $mobilenb)
{
if (mysql_query(\"UPDATE authors SET aut_firstn = \'$firstn\', aut_lastn = \'$lastn\', aut_email = \'$email\', aut_adress = \'$adress\', aut_zipcode = \'$zipcode\', aut_city = \'$city\', aut_country = \'$country\', aut_company = \'$company\', aut_phonenb = \'$phonenb\', aut_faxnb = \'$faxnb\', aut_mobilenb = \'$mobilenb\' WHERE aut_id = \'$id\'\")) echo \"Successfully updated author\";
}
Kan ikke \"update\" INT fieldsene når man prøver på dette får de blot default værdier :( Håber i kan hjælpe!