saadshams Posted December 30, 2007 Share Posted December 30, 2007 <select name="countryID"> <option value="%">All</option> <option value="1">USA</option> <option value="2">Canada</option> <option value="3">Germany</option> </select> I want the action page to display Either 1) All Cities of All Countries OR 2) Cities of a Specific Country I could tackle the problem by manually handling the code but trying to find a solution through Dreamweaver Server Behaviors (optionally a bit of manual handcoding). Any idea Quote Link to comment https://forums.phpfreaks.com/topic/83668-select-box-to-display-either-all-records-or-specific-one/ Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.