I'm new and very ignorant, so hope you can help me out.
I am setting up an eCard delivery using PHP and SQL. The total number of each card will be tracked in the SQL database. I have located a script and help for this.
I am setting up a password-protected logon for each of my customers. The logon will allow them to view their individual page. I think have located a script with an easy-to-use interface (for me) for this.
On the customer's individual page I want to display the total eCards distributed. I also want to display the total cards distributed in real-life. I will have to input the real-life data manually as it is collected. (So I think it will go into a database as well.) I would like to track the distribution by each card and each distribution location, but I want the TOTAL of all the distribution for an individual card to display on the customer's page, not the individual bits that make the total.
I would like, though it's not a must, to track the totals by month in a chart at the bottom of each of the customer's pages.
Can anyone help me with this? Either by providing scripts or giving me instructions on where to start to do it myself?