hi,
I am verry new to php. I think I have a simple problem but
I can't figur out a solution.
I have an array
$lay1 = array('1' , '2' , '3' , '4', '5', '6');
now I try to select the array $lay1[1] with the variable $layid
if ($pid == $lay.$layid[1])
but It dosen't work.
What is the correct way to do this?
Thanks for your answer.
::michi


