Skip to content

Instantly share code, notes, and snippets.

View kazemimorteza68's full-sized avatar
🎯
Focusing

mkt kazemimorteza68

🎯
Focusing
View GitHub Profile
@kazemimorteza68
kazemimorteza68 / extract-data-from-multi-select.php
Created July 19, 2019 06:18 — forked from abdulawal39/extract-data-from-multi-select.php
Extract Values from Multi Select DropDown with PHP
<?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