Ahoj neni to můj RS ale na jednom foru to chtěl nechat otestovat. Je tam dost míst kde by mohli byt bugy takže jestli se vam chce tak se na to podívejte a pak sem můžete podat report:)
include ('databaze.php');
if ($info=='clanky'){
mysql_query("UPDATE clanky2 SET nadpis='$nadpis' where id='$id' ");
mysql_query("UPDATE clanky2 SET uvod='$uvod' where id='$id' ");
mysql_query("UPDATE clanky2 SET text='$text' where id='$id' ");
mysql_query("UPDATE clanky2 SET autor='$autor' where id='$id' ");
echo"
<script>
window.location.href='index2.php?page=clank y&id=upraveno'
</script>
";
}