"; print ""; $query=mysql_db_query("$db_name", "select * from news order by id desc"); while($inhaltArray=mysql_fetch_row($query)) { $p++; print ""; print ""; print ""; print ""; } print "
titelnachrichtbild
"; if($send) { $mod=mysql_db_query("$db_name", "select * from news order by id desc"); $anz=mysql_num_rows($mod); for($i=1; $i<=$anz; $i++) { $update .= "update $db_name set "; $update .= "titel='$titel_neu[$i]', "; $update .= "nachricht='$nachricht_neu[$i]', "; $update .= "bild='$bild_neu[$i]' "; $update .= "where id='$ori_id[$i]'"; mysql_db_query("$db_name", $update); } } mysql_close($db); ?>