how do i echo a lookup field

If you're a new user of AppGini, feel free to ask general usage questions, or look for answers here.
Post Reply
tylerVirginia
Posts: 2
Joined: 2017-02-03 16:33

how do i echo a lookup field

Post by tylerVirginia » 2017-02-03 16:41

I have my invoice , I can echo all the regular fields with no problem.
but when it comes to echoing a lookup field I can not figure out how to do that..

the normal fields I just do this and it works:
<?php echo $row['id']; ?> ------- it will echo my id number..

If anyone can help me that will be greatly appreciated.

Tyler

Post Reply