tags:

views:

86

answers:

1

Hi everyone. I am currently in a class for the first time for php. I have run into a problem that I am racking my brain over. It consist of having to show function for OTpay. It has a pay rate, total weekly hours, regular pay, overtime pay, and also weekly pay. And it has to have an echo to the page to fill in a submit box when finished. Would appreicate any help.

A: 

If you are looking for guidance as to how to go about it then I would recommend reading a quick PHP tutorial say this one on w3schools.

Ashish
That is an *awful* tutorial and should not be linked to under any circumstances, with the sole exception of showing how awful a PHP tutorial can be. It's rife with unescaped input, XSS and SQL injection, and generally teaches bad practices.
Charles
@Charles: Yes, may not be a tutorial from which you can learn production coding.
Ashish