CUMHUR ÇETİNKAYA
Junior Member
- Apr 22, 2020
- 141
- 24
Hello everyone,
First of all i am not good at PHP etc. I need help about an issue.
This is my database and;
This is the page.
What i want to do; is when i choose category, on dropdown menu, prices will come automatically from db "odeme" to "Görev Ücreti" place.
I give İDs to categories, but i dont know how to get prices. R there anyone to help me free ?
First of all i am not good at PHP etc. I need help about an issue.
This is my database and;
This is the page.
What i want to do; is when i choose category, on dropdown menu, prices will come automatically from db "odeme" to "Görev Ücreti" place.
I give İDs to categories, but i dont know how to get prices. R there anyone to help me free ?
Code:
<div class="row">
<div class="col-md-4">
<div class="form-group">
<label class="bmd-label-floating">Kategori</label>
<select class="form-control" name="kate" id="kate" required required style="background-color: #202940;">
<option value="">Seçiniz</option>
<option value="10">Instagram</option>
<option value="11">Google Maps</option>
<option value="12">GMail</option>
<option value="13">YouTube</option>
<option value="14">Google Play</option>
<option value="15">WEB</option>
<option value="16">Facebook</option>
<option value="17">Twitter</option>
</select>
</div>
</div>