hi
I want to use select boxes in a multiple field submit form When the fields are not all filled, the Selected values of the selectboxes must be saved stored so someone should not refill te things he already filled;
I'm having problems implementing such selectboxes with php. I want to build a function with the a heading like:
function Build_Selectbox($boxname,$host,$dbname,$user,$password,$sql)
Where $boxname is the name of the Selectbox! $sql the query for filling the select options and the rest are parameters for my db connection;