hi, i need simple scoring php script. the process is as follows: 1. user enter the first page, say, domain.com 2. user gets some text fields to submit, one text (name) and other numbers. 3. user click submit button and he taken to the next page, say, domain.com/score 4. on the next page who gets posted table of all entered values and the result, and name and email entering field. 5 user could just copy it or enter his/someone email and get the name and values table entered at first page and send the result by email. 6. if user send mail he enter the first page, with additional message "your message is sent to (name/email)." Requirements: 1. It must be one single php file, without need in database/cache. 2. Easy ability to change design. 3. Easy ability for me to change/add fields later (instruction in the file is needed). 4. Easy ability to change the function - mostly adding and multiply of field values. Example: i have to fields, user enter 1 in first field and 2 in second field. the formula in php do 1*5 + 2*6 = 17 is the final score. I need ability to change this function as needed/add fields. 5. Ability to control correct values - to set required fields, to set ability to enter only numbers or certain numbers. if the values entered are not valid, user click "submit" and return to this page with certain error message. 6. Easy and clean coding, with little descriptions how to do all noted above. Please pm with price and time needed, i think it peanuts for any serous programmer