Skip to content

This is a dynamic select box that breaks down the counties into their respective constituencies and wards. Its updated to the latest boundaries definitions of Kenya

Notifications You must be signed in to change notification settings

StilinskiCyril/Kenya-Counties-Constituency-Ward-Php-Dynamic-SelectBox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

N/B I assumed you have set up all the necessesary requirements to run a web application on you machine i.e php, mysql, apache, (xampp for windows user)


1) After cloning the repository, cd into it
2) Create a database on your mysql server
3) Access your database and copy paste the contents of COUNTIES.sql. Hit enter
    This will dump the data into your database
4) For linux users; Start your php server on your terminal i.e  "php -S 0.0.0.0:8000" without the quotes
   For windows users; just start your xampp. Make sure you cloned the repository into your your xampp/htdocs directory
5) For linux users; Open your browser and type in the url http://localhost/8000
   For windows users; Open your browser and type in the url http://localhost/name_of_repository_you_cloned . It should match project name in xampp/htdocs directory

About

This is a dynamic select box that breaks down the counties into their respective constituencies and wards. Its updated to the latest boundaries definitions of Kenya

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages