PHPファイルから入力ボックス内に値を挿入するにはどうすればよいですか?
たとえば、私はこのコードを持っています
<h1><a>App Test Form</a></h1>
<form id="form_6" class="digitalfuture" method="post" action="#main_body">
<div class="form_description">
<h2>App Test Form</h2>
<p></p>
</div>
<ul >
<li id="li_8" >
<label class="description">Name <span id="required_8" class="required">*</span></label>
<span>
<input id="element_8_1" name= "element_8_1" class="element text" maxlength="255" size="8" value="hello" />
<label>First</label>
</span>
<span>
<input id="element_8_2" name= "element_8_2" class="element text" maxlength="255" size="14" value="" />
<label>Last</label>
</span><p class="guidelines" id="guide_8"><small>Please tell us your name</small></p>
</li>
誰かが私を助けることができるチュートリアルを指摘できますか?