Cara edit text di php
360
I have this text input in a form:
<input type="text"
cols="40"
rows="5"
style="width:200px; height:50px;"
name="Text1"
id="Text1"
value="" />
<textarea name="ket" rows="5" col="100" cols="100" onkeyup="this.value = this.value.toUpperCase()" required></textarea>
Komentar
Posting Komentar