Change value in php [closed]

On form action page

$next_value = $_POST['fildvalue'];
$tags .=','.$next_value;
header('location:url') ;

Leave a Comment