
mój kod php i html
<?php $i=1; ?> <div id="tabs"> <ul> </ul> <a href="wiadomosci/<?php echo $r->id;?>" class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only ui-state-hover" role="button" aria-disabled="false"><span class="ui-button-text">lista wiadomości</span></a> </div> <a href="subskrybenci/<?php echo $r->id;?>" class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only ui-state-hover" role="button" aria-disabled="false"><span class="ui-button-text">Lista subskrybentow</span></a> <a href="" class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only ui-state-hover" role="button" aria-disabled="false"><span class="ui-button-text">Export listy</span></a> <a href="" class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only ui-state-hover" role="button" aria-disabled="false"><span class="ui-button-text">Import listy</span></a> </div> <textarea rows="7" cols="50"> <input type="text" value="Imię" name="imie" /><br /> <input type="text" value="E-mail" name="email" /> <input type="submit" value="Zapisz" name="zapisz" /> </form> </textarea> </div> </div> <?php $i+=4; } ?>
Z gory dziękuje za pomoc
