This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* File Name: extract-data-from-multi-select.php | |
* Description: A Simple way to Extract Data from a Multi Select Input and Store in a variable with spearating each values with comma. | |
* Author: Abdul Awal Uzzal | |
* Author Url: abdulawal.com | |
* Article: http://themencode.com/?p=435 | |
*/ | |
if(isset($_POST['select_name'])){ // select_name will be replaced with your input filed name |