Project Description: Add HTML form options, submit to Google Checkout, submit and display data in MySQL table. See attached screenshots.
Work Required:
1) Add simple HTML form boxes
-Other subject (text box 50 char)
-Headings (yes or no radio button)
-Delivery period
-Deadline
-Amendment Period
-Originality report (yes or no radio button)
-Total order cost
-referencing style (4 option drop down)
-Specific source request (text box 50 char)
-Suggestion of books, journals or experts (text box 50 char)
-Request to use previous writer
-Total order cost
2) Create “user” table MySQL
-fields: username, password, email, user_number
3) Create “paper” table MySQL
-fields: paper_number, user_number, subject, other_subject, title,
type, heading, level, standard, length, delivery, deadline, amendment,
originality, cost, payment_status
4) Store user submission in database
*On submission to google checkout*
-Create new user with random password
-Store paper details paper table
5) Create cost table
-I will give you costs for each combination of prices (500 word length, PHD level, delivery in 24 hours)
6) Submit & receive transaction with Google Checkout
-Submit total to google checkout
-Receive back confirmation of payment or error
-store “paid” or “payment error” in paper table for that user
7) Create User Login
-Create simple login screen using existing design template
-on login take user to a summary of their paper information
-create “forgot password” which emails user their username and pass
-no editing of anything needed. Just display their order and submission information
8) Admin login screen
-Create simple login screen using existing design template
-on login take admin to screen with overview of users and papers
-no editing of anything needed. Just display user, order and submission information.
