Nie mogę sobie poradzić z form w php. Chciałbym wyświetlić w części html strony. Dzięki
if(empty($last)) { $b++; if($b == 1) $postandanswer.= '<div id="form">'; ?> <h4 id="info">Dodajesz nowy post</h4> <label>Treść:</label> <textarea cols="50" rows="5" class="input" id="description" name="description"></textarea> <input type="submit" value="dodaj" name="buttonsubmit" id="buttonsubmit" /> <? $postandanswer.= '</div>'; }