Problem #1: Write an HTML program to take in some data. Pass the data to a PHP program. Within the PHP program set up a function that you pass the data to and then return a result. Display the result that is returned.

Problem #2: Write a program similiar to one of the programs in the getproc series under FunctionGroupPHP. The goal is to take in data and process it in the same program. Use the print_r to display the array created behind the scenes from the data you input.

Problem #3 :Under FunctionGroupPHP there are programs dealing with weight of packages. There is an html that passes to a php. I want you to change one of these programs so that the data can be gathered in the same program that delivers the results.