working with forms
Posted: Mon Jul 26, 2004 8:17 pm
Question. I am buidling a website with php and mysql. I have a question about putting information into a form. I can push data back into a form from mysqk if its a text box or a textarea..... However how to do pre-select a value for a radio button or a drown down box.
<input type=radio SELECTED value=foobar>Foo
is the html to preselect (i think) a value. But how to I do this with php and mysql without a hught IF statement with 6 options?
From
Pizmal
<input type=radio SELECTED value=foobar>Foo
is the html to preselect (i think) a value. But how to I do this with php and mysql without a hught IF statement with 6 options?
From
Pizmal