Forums / Developer / concat
jb bianchi
Monday 29 August 2005 6:09:17 am
hi,
I want to cuse concat but I haven't documentation. I want to concat an url and the content of a variable.concat ('../../../',?'v=1'&b=$b)
thank's
Björn X
Monday 29 August 2005 6:12:06 am
{concat ('../../../','?v=1&b=',$b)}
Monday 29 August 2005 6:22:11 am
thank's for your answer.