<form>
<table>
<tr>
<!--starting time is enter by user-->
<th>Start Time:</th>
<td><input type="time" name="startTime"></td>
</tr>
<tr>
<!--interval is select by user-->
<th>Interval:</th>
<td>
<select name="interval" >
<option value="30 minutes">30 minutes</option>
<option value="1 hours">1 hours</option>
</select>
</td>
</tr>
<tr>
<th>End Time:</th>
<td>
<!-- show end time here
and data should be readonly(not editable) -->
</td>
</tr>
</table>
</form>
開始時刻と間隔を選択した後、終了時刻は更新(startTime &間隔を追加)する必要があります。開始時間と間隔からのデータは残るべきです。だから私はそれが終了時間の変数を更新したいだけです。それをどうすれば実現できますか?PHP/HTMLの特定の変数のみを更新する
入力タイプ:ボタンを使用して終了時間を更新しようとしました。ただし、開始時刻と間隔データが更新されます。
私にお気軽によりのように思えますJavascript/Jquery problem then PHP – MaD
yesはjavascript dでのみ行うことができますなぜPHPのタグがわからないのですか? – Gert