hello!
how to use php to change values of text field,checkbox,select box?
Ex: I have this code:
<select name="day"><option name="1">1</option><option name="2">2</option></select>

what is the php code to change the current selected item in the select box to make 2 for example?

thx