Hi everyone! I am new here as well as in php... getting the hang of it is a bit... odd but I like it really really much.. So um let's go to my first question
I have a data entry form on my webpage "manager" and what I would like to do is have a list box in it so when I set it to one value the data on the form, on Submit, gets improrted in one certain table in the MySQL DB and when I set it to the other value it gets inbserted elsewhere.
I.e. I have 2 tables in my DB called "links" and "b_links". The have the same number and type of fields. so what I would like to do is have one form that can insert data to the table to tell it to by using the list box, rather than have 2 different forms.
Thabk you in advance!
-Storm