Hi!
I want to add manual select options and not use a database.
Like this:
<select>
<option value="volvo">Volvo</option>
<option value="saab">Saab</option>
<option value="mercedes">Mercedes</option>
<option value="audi">Audi</option>
</select>
Can you please guide me to how i should do this? I got it working with a DB but i need it manually.
Thanks!
1 Answers
Your Answer