ag3nt42 Posted August 5, 2008 Share Posted August 5, 2008 Is it possible to make a text input but that also can be a drop down list.. kinda just like "remembered form data" on IE7 and if so does anyone have ne examples? Quote Link to comment https://forums.phpfreaks.com/topic/118272-text-inputselect-dropdown/ Share on other sites More sharing options...
.josh Posted August 5, 2008 Share Posted August 5, 2008 Not really, unless you are storing previously inputted data somehow like in a cookie or flatfile or database, in which case, the only way to be accurate about it is by uniquely identifying to user (making them login, storing a cookie, etc..). And even then, it would be a mix of clientside and server side script, as php doesn't do the whole dynamic dropdown thing. You'd have to use css and/or js for that part. Hell, I'm not sure js can even do that. That sort of thing is built into the browser itself, having been made in a "real" language like c++, java, or whatever the browser was made with. Quote Link to comment https://forums.phpfreaks.com/topic/118272-text-inputselect-dropdown/#findComment-608642 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.