我正在使用 ajax 将数据从表单发送到数据库,并且我有问题:
<input class="input" type="text" name="do_kogo" id="odbiorca" size="25" value="<?php print $odbiorca; ?>" />
<input class="input" id="temat" type="text" name="temat" size="25" value="<?php print $temat; ?>"/>
<textarea id="tresc_area" name="tresc" cols="45" rows="10" ></textarea>
如您所见,我正在将值更改为 php 等效值,但我不知道如何更改 textarea 的值以放在那里<?php print $tresc; ?>
如果有人知道如何执行此操作,请帮助我。我会很感激的。