Skip to content

Instantly share code, notes, and snippets.

@javedbaloch4
Created June 8, 2020 21:44
Show Gist options
  • Save javedbaloch4/9a1b3bea6f360ea8d03a056bda581827 to your computer and use it in GitHub Desktop.
Save javedbaloch4/9a1b3bea6f360ea8d03a056bda581827 to your computer and use it in GitHub Desktop.
PHP Array List Of All Cities of Balochistan
$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