In the body section I want to do something based on a field value. How do I reference one of the query fields in php?
Hi,
the current row can be accessed through $row variable, so you can check with something like : if($row->id == 1)do_something!
let me know how this works!
Cheers
Max
the current row can be accessed through $row variable, so you can check with something like : if($row->id == 1)do_something!
let me know how this works!
Cheers
Max
This topic is locked and no more replies can be posted.