Page 1 of 1

how do i echo a lookup field

Posted: 2017-02-03 16:41
by tylerVirginia
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