I want to be able to give the user the option to select the table he will be populating, from a list menu "some_array[]" , and assign the selected value dynamically to the "NAME" in mysql_query INSERT INTO "NAME".
The problem arises when trying to evaluate the selection (some_array[0]) or
(some_array[1])the user has made.
Please help my haed is about to blow!!!
Thanks for your kinds,Jorge