jkkenzie Posted October 28, 2008 Share Posted October 28, 2008 I need to be geven a start to the following issue: I would like to create a textarea field with a list of database field, the allow the user to select all or unselect all and to select one at a time, the later use php to pick what the user selected and use the values. Example: When exporting a mysql database using phpmyadmin, there is an option to select all databases or just one. Your help to tutorials or code or examples or anything at all would highly be appreciated Quote Link to comment https://forums.phpfreaks.com/topic/130400-help/ Share on other sites More sharing options...
Adam Posted October 28, 2008 Share Posted October 28, 2008 I think this is what you're looking for to select all the checkboxes(?): http://www.shiningstar.net/articles/articles/javascript/checkboxes.asp And to handle the data PHP side: http://www.w3schools.com/php/php_forms.asp .. is a good start. Adam Quote Link to comment https://forums.phpfreaks.com/topic/130400-help/#findComment-676392 Share on other sites More sharing options...
jkkenzie Posted October 28, 2008 Author Share Posted October 28, 2008 the javascript is the best start . thanks i will now go to javascript forum to know how to select all check boxes using id Rrgds Joe Quote Link to comment https://forums.phpfreaks.com/topic/130400-help/#findComment-676415 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.