Hello Everyone.

I want to make query with php combo box items.

When the user click on the items of combo box, the following table will generate correspondent data. Now i can display data in one table, but i don't know how to use it with combo box.

Does there anyone can help me out????

Thanks a lot in advance!! :)

Recommended Answers

All 3 Replies

Need a lot more information before anyone can help you out. You better list out exactly what you want.

Post an example of the code you have already.

I just assign a value for each <<option>>.
And then it works.

<option value="#">Please select:</option>
				<option name="client" value="ent.php">Client</option>
				<option name="prospect" value="entprospect.php">Prospect</option>
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.