Question: language use : php using a xampp(localhost). Need to use two page, first where the user input and second the display Budget Calculator Create a

language use : php using a xampp(localhost). Need to use two page, first where the user input and second the display
Budget Calculator Create a simple program to track monthly expenses. First, your program will require a user to input their monthly income. Then user need to input their expenses based on this category: 1. Housing 2. Transportation 3. Educational 4. Personal 5. Savings After completing all the details your program will calculate and display total expenses and balance, they got (if there are no balance display "Sorry you don't have any balance this month" to the user). Your checklist: 1. Design form for input 2. Calculate total expenses and balance 3. Validation for each input. Make sure user did not leave any textbox empty 4. Design for display-| Display total expenses Display balance Display "Sorry you don't have any balance this month"
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
