hallo there...
is there a way to handle data from a POST method like
$listOfItems=$_POST['listOfItems'];
on the variable though are inserted values of an array
such as( 1234|john;3455|helen;.....e.t.c.)
is there a way to "brake" the variable so as to get one by one the array values...
thank you