Hello everyone, it's my first post here I need help ... My site is http://easydict.info , My question is how to keep the selection after completing the form? For example: user X selects 'From German' translate 'To English' but after clicking 'Translate' it turns back to default (Detect, English). How to keep this? I hope i was clear Thanks!
i cant use GET cuz i dont include this in the URL, i tried to use cookies but it doesnt work i need more detailed help, please. thank you
i've used _POST and it works but my selections are like the following: <select name="from"> <option value="bg">Bulgarian</option> </select> and when i use post["from"] it shows 'bg' not Bulgarian, how to fix this? Thank you