<?php .... echo " <form action=\"index.php\" method=\"POST\"> <select id=\"wybor\" name=\"nazwa\"> ". <?php } ?>."</select></form>";
Parse error: syntax error, unexpected '<' in linia 9
?>
Różnie już się u kombinowałem gdy wstawiłem tak
<?php echo " <form action=\"index.php\" method=\"POST\"> <select id=\"wybor\" name=\"nazwa\"> ". } ."</select></form>"; ?>
Parse error: syntax error, unexpected '.' in linia 11
Może ktoś rzucić okiem.