Jul 30th, 2013, 12:50 PM
if ((isset($_POST["frm_toys"]) && !empty($_POST["frm_toys"])) = explode("|", $frm_toys);
$_POST["ID"] = $frm_toys[0];
$_POST["name"] = $frm_toys[1];
$drop_down_field was just an example. Replaced it with the variable you were using.
Cheers,
Joe
$_POST["ID"] = $frm_toys[0];
$_POST["name"] = $frm_toys[1];
$drop_down_field was just an example. Replaced it with the variable you were using.
Cheers,
Joe