Hello all,
I need help on creating a budget php script.
Here is what I need the script to do.
- backended by MySQL DB
- have 2 columns (1st of the month and 15th of the month)
- multi row which I can add title and amount.
- all row's for 1st of the month (column) cumulates and put the total due at the bottom. (same thing for the second column)
- when a row is checked, it must not be counted in the total.
All info, totals, row descriptions and row $, must be logged to the DB.
I have a XLS sheet doing this now, but I would rather have a page on my site that is secured so I can access and update when ever/ where ever.
Thanks.
I'm not very good at php, but I can manage my own. I just need someone to start this for me then I can take over. I just don't know where or how to start this script.