【发布时间】:2012-12-04 07:59:23
【问题描述】:
我正在使用 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; ?>如果有人知道如何执行此操作,请帮助我。我将不胜感激。
【问题讨论】: