Adding numerous fields to a table and displaying in a form
Posted: Sun Apr 04, 2010 10:40 am
Hi guys,
I'm having issues working out whether what I wish to do with my code is possible and how I would start to go about coding it.
The story is as follows..!
The intended use for the system is for a user (salesperson) to log in and add sales to their record.
To do this the user will be required to go into a settings section to select the attributes that they wish to store about their products. So rather than me telling the user what fields to store such as price and size, the user will select the names of these themselves and also the number of fields that they will use.
Then I wish to display them in a form that the user can use to add details about their products.
I intend to create this using php and mysql but if any javascript is required then I guess I will have to use it.
Apologies if this seems vague but please let me know if you have any questions/solutions.
Paul
I'm having issues working out whether what I wish to do with my code is possible and how I would start to go about coding it.
The story is as follows..!
The intended use for the system is for a user (salesperson) to log in and add sales to their record.
To do this the user will be required to go into a settings section to select the attributes that they wish to store about their products. So rather than me telling the user what fields to store such as price and size, the user will select the names of these themselves and also the number of fields that they will use.
Then I wish to display them in a form that the user can use to add details about their products.
I intend to create this using php and mysql but if any javascript is required then I guess I will have to use it.
Apologies if this seems vague but please let me know if you have any questions/solutions.
Paul