Hi
I have two html multi list boxes side by side, in the left box which has an ID of venueFrom I have the options (<option></option>).
The right box which has an ID of venue is blank.
I am using javascript to move selections from (venueFrom) to (venue) which works fine.
When I hit submit the selections get submitted to mysql table and are stored in the relevant field which is venue.
The problem I can't seem to fix is keeping the selected data in the (venue) multi list box after it has been submitted.
I have tried various bits of code they I have written and other people have suggested but it doesn't work.
I am currently at work so unable to paste all the code, but I think there should be enough information here.
The field in mysql table that (venue) is being stored in, is a text field, I don't think this should matter, but I am not a PHP expert.
Any help will be appreciated as its someonthing I should have sorted out myself by now, ut just can't crack it!