Forum Moderators: coopster
i have a select list menu on my home page and not too sure how to link it up to the database using php..
Do i use a php array list or is there another simplier way.... the select list menu is very long with about 50 field names.... and about five select names....please help... its like a relationship website..
thanks
You could (from the lists that you stickied) populate them from a table in the db and then when they are subitted store the unique id for each individual country with the rest of the posted data.
Does that help answer your question a bit? The more specific the information you give us the easier it is to point you in the direction of a solution. You don't necessarily need to post code, just describe the specific behaviours that you want to acheive.