Created
June 8, 2020 21:44
-
-
Save javedbaloch4/9a1b3bea6f360ea8d03a056bda581827 to your computer and use it in GitHub Desktop.
PHP Array List Of All Cities of Balochistan
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $cities = [ | |
| 'Awaran','Barkhan','Chagai','Dera Bugti','Gwadar','Harnai','Jafarabad','Jhal Magsi','Kacchi','Kalat','Kech','Kharan','Khuzdar', | |
| 'Killa Abdullah','Killa Saifullah','Kohlu','Lasbela','Lehri','Loralai','Mastung','Musakhel','Nasirabad','Nushki','Panjgur', | |
| 'Pishin Valley','Quetta','Sherani','Sibi','Sohbatpur','Washuk','Zhob','Ziarat' | |
| ]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment