oto kod:
<html><body> <?php require('../mysql_polacz.php'); $wybierz = "SELECT * FROM artykul WHERE `id` = '$id'"; { ?> <form action="modifmysql.php" method="post">Tytuł:<br> <input name="tytul" type="text" size="150" value="<? $row['tytul'] ?>" /> <br> <br> Treść:<br> <textarea name="tresc" cols="120" rows="20"><? $row['tresc'] ?></textarea> <br> <input type="submit" value="Wyślij" /></form> <? } ?> </body></html>
kiedy uruchamiam skrypt, pojawia się formularz - ale bez zawartości. co robić? proszę o pomoc