Skip to content

Instantly share code, notes, and snippets.

View Ajinx1's full-sized avatar

Ayotola Ajisola Ajinx1

  • Abuja
  • 14:36 (UTC +01:00)
View GitHub Profile
@Ajinx1
Ajinx1 / state.php
Created January 6, 2021 16:24
Nigeria states and LGA automatically with html select
<?php
<div class="form-group has-feedback" id="state1">
<div class="form-group input-group has-feedback">
<select class="form-control" name="state" id="state" placeholder="Pick State" onchange="show(this)">
</select>
<span class="input-group-addon"><i class="fa fa-map"></i></span>
</div>
<span class="help-block" id="helpstate"></span>
</div>