Hi,
I have an oracle table which has about 10 fields. I am displaying all the fields as "option" in html.
The value is the field name from the oracle table.
The user will select the fields from the left box & move to box on the right.
The user clicks on submit button & the fields selected will be passed in an oracle query to display the values.
Note, I have to pass the oracle fields in the SQL.
How can this be done.
Please find attached incomplete PHP code below along with the screen shot (FieldPass.doc).
The doc file show the list of fields on the left & when some fields are selected and click on "Add" button to move the fields to the right box. After clicking on Submit button, the values will be passed in the Select query to the data from oracle table.
TIA
Raj
I have an oracle table which has about 10 fields. I am displaying all the fields as "option" in html.
The value is the field name from the oracle table.
The user will select the fields from the left box & move to box on the right.
The user clicks on submit button & the fields selected will be passed in an oracle query to display the values.
Note, I have to pass the oracle fields in the SQL.
How can this be done.
Please find attached incomplete PHP code below along with the screen shot (FieldPass.doc).
The doc file show the list of fields on the left & when some fields are selected and click on "Add" button to move the fields to the right box. After clicking on Submit button, the values will be passed in the Select query to the data from oracle table.
TIA
Raj