Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: help w/procedure  (Read 4849 times)

0 Members and 1 Guest are viewing this topic.

12Strings

    Topic Starter


    Rookie

    • Experience: Experienced
    • OS: Windows 7
    help w/procedure
    « on: September 03, 2014, 10:05:45 AM »
    I'm coding up a billing doc. If an account# owes for several purchases this month,
    I want to print one page (consolidate multiple invoices) per account number?
    What is the most effective way to approach this (PHP)? a way to compare acct#.

    camerongray



      Expert
    • Thanked: 306
      • Yes
      • Cameron Gray - The Random Rambings of a Computer Geek
    • Certifications: List
    • Computer: Specs
    • Experience: Expert
    • OS: Mac OS
    Re: help w/procedure
    « Reply #1 on: September 03, 2014, 10:12:12 AM »
    We are going to need a lot more information such as how the rest of the application is built along with how the data is stored.