<form action="show.php?height=300&width=400&inlineId=myOnPageContent" class="thickbox" method="get"> <input id="nazwa" type="text" class="nazwa" size="50" name="nazwa" /> <input alt="show.php?height=300&width=400&inlineId=myOnPageContent" title="Wygenerowany kod" class="thickbox" type="submit" value="Generuj" /> </form>
i w pliku show chce to odebrać tak:
<textarea id="show" name="show" cols="35" rows="12"> <? ?> </textarea>
jednak nie zdaje to rezultatu. Jaką inną metodą można to osiągnąć?