-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcountytable.php
58 lines (50 loc) · 2.31 KB
/
countytable.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<?php
//Pushing the Website Values to the Array.
$resultDirect[0][4] = 'http://mombasa.go.ke/';
$resultDirect[1][4] = 'http://kwale.go.ke/';
$resultDirect[2][4] = 'http://Kilifi.go.ke/';
$resultDirect[3][4] = 'http://TanaRiver.go.ke/';
$resultDirect[4][4] = 'http://Lamu.go.ke/';
$resultDirect[5][4] = 'http://Taita-Taveta.go.ke/';
$resultDirect[6][4] = 'http://Garissa.go.ke/';
$resultDirect[7][4] = 'http://Wajir.go.ke/';
$resultDirect[8][4] = 'http://Mandera.go.ke/';
$resultDirect[9][4] = 'http://Marsabit.go.ke/';
$resultDirect[10][4] = 'http://Isiolo.go.ke/';
$resultDirect[11][4] = 'http://Meru.go.ke/';
$resultDirect[12][4] = 'http://TharakaNithi.go.ke/';
$resultDirect[13][4] = 'http://Embu.go.ke/';
$resultDirect[14][4] = 'http://Kitui.go.ke/';
$resultDirect[15][4] = 'http://Machakos.go.ke/';
$resultDirect[16][4] = 'http://Makueni.go.ke/';
$resultDirect[17][4] = 'http://Nyandarua.go.ke/';
$resultDirect[18][4] = 'http://Nyeri.go.ke/';
$resultDirect[19][4] = 'http://Kirinyaga.go.ke/';
$resultDirect[20][4] = 'http://Muranga.go.ke/';
$resultDirect[21][4] = 'http://Kiambu.go.ke/';
$resultDirect[22][4] = 'http://Turkana.go.ke/';
$resultDirect[23][4] = 'http://westpokot.go.ke/';
$resultDirect[24][4] = 'http://Samburu.go.ke/';
$resultDirect[25][4] = 'http://trans-nzoia.go.ke/';
$resultDirect[26][4] = 'http://uasin-ngishu.go.ke/';
$resultDirect[27][4] = 'http://Elgeyomarakwet.go.ke/';
$resultDirect[28][4] = 'http://Nandi.go.ke/';
$resultDirect[29][4] = 'http://Baringo.go.ke/';
$resultDirect[30][4] = 'http://Laikipia.go.ke/';
$resultDirect[31][4] = 'http://Nakuru.go.ke/';
$resultDirect[32][4] = 'http://Narok.go.ke/';
$resultDirect[33][4] = 'http://kajiado.go.ke/';
$resultDirect[34][4] = 'http://kericho.go.ke/';
$resultDirect[35][4] = 'http://bomet.go.ke/';
$resultDirect[36][4] = 'http://Kakamega.go.ke/';
$resultDirect[37][4] = 'http://Vihiga.go.ke/';
$resultDirect[38][4] = 'http://Bungoma.go.ke/';
$resultDirect[39][4] = 'http://Busia.go.ke/';
$resultDirect[40][4] = 'http://Siaya.go.ke/';
$resultDirect[41][4] = 'http://Kisumu.go.ke/';
$resultDirect[42][4] = 'http://Homabay.go.ke/';
$resultDirect[43][4] = 'http://Migori.go.ke/';
$resultDirect[44][4] = 'http://Kisii.go.ke/';
$resultDirect[45][4] = 'http://nyamira.go.ke/';
$resultDirect[46][4] = 'http://Nairobi.go.ke/';
?>