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

Recommended Answers

All 3 Replies

use explode function and break your string into array

extract($_POST);

true ..true..
i should have searched it a bit more thank you anywayssss!!!

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.