Hi experts,
I am working with a table in a database (mysql) that keeps track of the users. The table fields are id, privilege (ie person's position in a committee -- a number mapping to a position name), username, and first and last name.
The privilege field is to be a scroll-down menu. I have created a simple one in HTML (let me know if you'd like me to post code), but then I realised that the selected item will not actually...
Search Result
Collapse
3 results in 0.0045 seconds.
Keywords
Members
Tags
-
keeping track of user input
-
ArrayList with User Input
I created something using an array previously that basically added ShoppingItems to a ShoppingList that would be sorted by priority and then purchased using a "budget".
I am trying to change this from an array to an arraylist but am having trouble.
First, I need to create the arraylist and get the input to create the shoppingitems, which include a bunch of different input (priority, cost, name, quantity).... -
Inserting variables into data fields
Hi, I am writing a program to accept multiple user inputs and put these values into a table. This database will end up having hundreds of tables, each table should have the user inputted data.
I have created the table and set the fields to their propper values. The problem I encounter is when I try to input the user data (stored in my global variables userStart, userEnd, userCircuit etc etc) into the proper fields. Here is what I have....