---
title: "Dropdownlist  in php"  
description: "Dropdownlist  in php"  
author: "pintu nayak"  
published: 2012-04-05  
updated: 2012-04-06  
canonical: https://www.mindstick.com/forum/402/dropdownlist-in-php  
category: "php"  
tags: ["php"]  
reading_time: 1 minute  

---

# Dropdownlist  in php

Dear all,\
\

**There are three [dropdownlist](https://www.mindstick.com/articles/324837/how-to-bind-dropdownlist-in-mvc-core-from-database-using-entity-framework) in a [form](https://www.mindstick.com/forum/6/multi-form-mfc-application) in PHP.**

[country](https://yourviews.mindstick.com/view/85543/do-you-think-that-french-will-be-islamic-country) dropdownlist

state dropdownlist

city dropdownlist\
In [MySql database](https://answers.mindstick.com/qa/38302/what-is-the-main-difference-between-innodb-myisam-mysql-database-engines) there are three [tables](https://www.mindstick.com/articles/336597/introduction-of-html-tables-for-web-development) table_country, table_state, table_city.

When I [select](https://www.mindstick.com/forum/160534/orderby-then-select-vs-select-then-orderby-performance) country dropdownlist all related state will be shown in state dropdownlist and when I select state dropdownlist all related city will be shown in city dropdownlist.\
\
Please help me how to do ?\
\

## Replies

### Reply by Anonymous User

Hi pintu nayak,\
Could you paste your code, for more details. \


---

Original Source: https://www.mindstick.com/forum/402/dropdownlist-in-php

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
