olarak seçmiş verileri tutmak için nasıl

0 Cevap php

Burada ben, aptalca bir soru var bana yardımcı olabilir umuyoruz.

Ben böyle Seç öğesi ve seçeneğini kullanarak bir menü oluşturun:

<option selected="selected">Select type...</option>
<option value="1">Doctor</option>
<option value="2">Patient</option>

and every time I need to pick one value from this menu and use the submit button next to it to transfer data. But every time the page refreshed, this menu will reveal: Select type... I want it to reveal the value I chose last time, but don't know how.

Şimdiden çok teşekkürler!

0 Cevap