jQueryMobile and PHP Assignment

Problem #1: Write a progam that uses jQuery Mobile with embedded php to send an email (remember only BCC emails are allowed). I want you to gather all of the information to send in the email from the user.

Problem #2: I want you to write a program to calculate your weekly pay. If you are a salaried worker, enter your salary. If you are an hourly worker enter your pay per hour and hours worked. Hard code the overtime break of 40 hours into your code. Calculate overtime as well as base pay to get weekly pay if the person worked overtime. You will want to be able to then feed in your friends pay info and calculate that pay.

Problem #3: Make up a problem of your own that creates a jQuery mobile page that takes in some data and does some work in PHP to respond.