Hi Guys,

I have a array like that below,

$values = ("name1 %we %tr ", "name2 %de.%ty %sd", "name3  %we 5te %mt/%
Hs");

another one array  like that,

$tmp = ("%tr", "%uy", "%xc");

I need to add the array of $tmp in to each element of array
$values.....Also i need to add the $tmp array in to after the name of
each element..
could you help me to find the solution..??


Thanks,

Reply via email to