Jump to content

text input/select dropdown???


ag3nt42

Recommended Posts

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.

 

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.