Leyonard Posted June 13, 2006 Share Posted June 13, 2006 I wanted to make a field "experience" in the mysql database. But on the form on the website i want to make some kind of rolldown menu with 3 preset value's, so people can't enter anything else. How can i do that? Link to comment https://forums.phpfreaks.com/topic/11847-preset-values-mysqlphp-in-easyphp/ Share on other sites More sharing options...
joquius Posted June 13, 2006 Share Posted June 13, 2006 that's just html i think you're in the wrong forum.[code]this goes in db: $_POST['experience']<select name="experience"><option value="1">one</option><option value="2">two</option><option value="3">three</option></select>[/code] Link to comment https://forums.phpfreaks.com/topic/11847-preset-values-mysqlphp-in-easyphp/#findComment-44932 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.