blasterstudios
Technical User
I have a standard repeat region. It's for an invoice. The invoice stores a product id for each product on the invoice, rather than the product name. Now that I'm ready to print the invoice onto the screen, i need to swap those product id's with the actual product name. This can be referenced in another table called products. I'm very familiar with access, and that is how i began working in databases, but i'm still trying to figure out php. anyway, i think i need to use an array to pull all the products to reference with the id's. I'm sure this is simple, but I still can't figure out how array's work. Can anyone help?