I’m trying to create a fresh variable that uses {segment_2} as part of the variable. It’s my understanding the segments are parsed before global variables so I would suspect this to work but instead it’s just pasing out the text ‘{segment_2}’
I’ve tried going the php route and calling
$seg1 = $IN->fetch_uri_segment('1');This seems to fail miserably.
Can I not use segment variables inside my fresh variables?