Topic: Form
38. Create a form that collects 3 numbers from the user in a form. Use GET to collect the variables. Use the first and second numbers with the rand() function to create random numbers. Use a loop to create the third number's worth of random numbers.
See more
39. Gross Pay
Determine the gross pay of an employee. Accept two numbers from a form, and those numbers are hours worked and hourly wage. If the number of hours is over 40, then the pay is time and half. Output the weekly gross pay of an employee.
See more
49. Create an array for a fortune cookie. When you create your array, you will fill the array with 7 fortunes in an array. Then using a button, display a random fortune from your array.
See more