edwardsal
Technical User
- Nov 3, 2006
- 13
I have array like
@array=("1","2","3");
and how I can make link where I'll have like this:
param1 = (number 1 is $array[0])
$link="param1¶m2¶m3";
but I dont know how long is array,sometimes is longer?