Forums / Developer / concat

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

concat

Author Message

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)}

jb bianchi

Monday 29 August 2005 6:22:11 am

thank's for your answer.