• 0

Form Creation Help


Question

At my job we track sales numbers for cell phones.

I need to make a form that people can use to track their sales and then have them tallied as total both individually and as whole for the store.

The form would be simple, it would only need:

1 name/id field

5 positive integer only fields

4 check boxes that each equal a positive 1 value.

I would like to have a site that they could bring up and put in each sale. It would then show them all their sales for the day tallied together plus where the store is as a whole.

I do not know where to begin to start to do something like this. I also do not know if significant sql or php experience is required.

Thanks for all your help.

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

Is this for the web or your going to print it?

Link to comment
Share on other sites

  • 0

PHP/MySQL/HTML is needed... but definitely not significant knowledge. After Googling 'PHP MySQL basic form', this would appear to be useful as a start: http://www.phpeveryd...-Data-P280.html

Then to display the results, something like this: http://www.anyexampl...ble_as_html.xml

Have a go at it, and post up the code you end up with... from there people will be more willing to help (less work) :)

Link to comment
Share on other sites

This topic is now closed to further replies.