Need Big Help,Urgent

August 16th, 2013

Guys,i need big help from you,anyone know the answers for this questions?
Question 1
Write the XHTML code to create a form with the following capabilities:
1. A text widget to collect the user’s name
2. Four checkboxes, one each for the following items
a. Four 100-watt light bulbs for $2.39
b. Eight 100-watt light bulbs for $4.29
c. Four 100-watt long-life light bulbs for $3.95
d. Eight 100-watt long-life light bulbs for $7.49
3. A text widget to collect the number of battery packs ordered by the user at the
price of $10.42 each.
4. A collection of three radio buttons that are labelled as follows:
a. Visa
b. MasterCard
c. AmericanExpress
Then write a PHP script that computes the total cost of the ordered light bulbs and
battery packs after adding 17.5 percent VAT. The program must inform the buyer of
exactly what was ordered in a table, and what credit card was chosen to make
payment.
———————-
Question 2
Exercise 3
Write a PHP script to create an array named employee_salary. The keys of the array
are names of employees and the values are their salaries. Use the asort function to sort
the array according to the salary of the employees. Then use the ksort function to sort
the array by the names of the employees. Use the foreach statement to output the keys
and values of the array before and after sorting.
———————-
Exercise 4
Re-do exercise 3, but this time write your own sorting functions. Specifically, write
my_asort() and my_ksort() that do exactly the same as asort and ksort respectively.
Plz Help asap guys,this is very urgent

Answer #1
Why would any of us waste our time doing your school work? If you don’t know how to do it on your own you shouldn’t have taken the course.
Answer #2
you should drop this “programming” subject,
Answer #3
xXCLSx replied: Why would any of us waste our time doing your school work? If you don't know how to do it on your own you shouldn't have taken the course.
i just ask for help,btw thanks for ur comment
Answer #4
Try the help section.
I can help you but I’m just not bothered, sorry.
Answer #5
Answer #6
Mr_Sp replied: Try the help section.
I can help you but I'm just not bothered, sorry.
thanks,

 

| Sitemap |