PhP Form that calculates

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
jmac239
Forum Newbie
Posts: 1
Joined: Wed Aug 11, 2010 7:35 pm

PhP Form that calculates

Post by jmac239 »

I need PHP that a user puts in the total sales revenue expected for per week, per month, per year, and the Total Variable Costs Expected per week, per month per year and gets the total Gross Profits Expected which is the total sales revenue - Total Variable Costs Expected.
Then user inputs Total overhead Costs expected per week, per month , per year and subtracts that from Gross Profit expected to get Total Profits expected.
With a calculate button and option to e-mail form to their e-mail and a mentors e-mail with their name. It also needs to validate the e-mail.
Let me know if you can do this and how long will it take or just let me know how to do it. attached is what the form looks like.
php.jpg
php.jpg (136.64 KiB) Viewed 95 times
Post Reply