hi
dear friend when i use the 1st query every thing is ok, but by using 2nd one it does not work!
why not??
help me.
1st:
$query = "UPDATE $tblname SET body='$body', title='$title', idcat='$idcat', fayear='$fayear', famonth='$famonth', faday='$faday', wshow='$wshow' WHERE id=$id " or die(mysql_error());
2nd:
$query = "UPDATE $tblname SET body='$body', title='$title', idcat='$idcat', fayear='$fayear', famonth='$famonth', faday='$faday', wshow='$wshow', show='$show' , desc='$desc', dshow='$dshow' WHERE id=$id " or die(mysql_error());