Hello all,
I was wondering if anyone knows how to assign a chronoconnectivity variable to a php variable.
For example: I have a database column called 'name'. So in order to display name entries I place {name} in the body.
Now to complicate things a bit, I wish to place say a "|" before the name entries, only if they are not null/empty. So in essence I would write a php if statement or ternary condition. But in order to do so, I need to assign the value of the entry to a php variable.
Any thoughts or suggestions would be greatly appreciated.
Thanks a ton!
-JohnnyMack
I was wondering if anyone knows how to assign a chronoconnectivity variable to a php variable.
For example: I have a database column called 'name'. So in order to display name entries I place {name} in the body.
Now to complicate things a bit, I wish to place say a "|" before the name entries, only if they are not null/empty. So in essence I would write a php if statement or ternary condition. But in order to do so, I need to assign the value of the entry to a php variable.
Any thoughts or suggestions would be greatly appreciated.
Thanks a ton!
-JohnnyMack