I have a quick pick number picker that chooses 5 random numbers between 1-99 and places them in a text box then submits them.
I want to change the look using the attachment.
The one I use now looks like this:
$tic = “
| <input type=text name=number1 size=2 maxlength=2 value='".rand(01,9… |
