in reply to Re^2: automated cookies
in thread automated cookies

Don't know about php, but in an html form,
checked="true"
goes in the input class:
<td><input class="text" type="checkbox" name="autologin" /></td>
to preselect a button. suspect you could add a select="true" in your output?