N0name Posted June 1, 2014 Share Posted June 1, 2014 (edited) I have 3 tables. 1)state(s_id, details); 2)univer(u_id,details,s_id); 3)sub(su-id,daetails,u_id, s_id) Now there is a problem, for ever selection of state and univer there is multiple choice of sub and they can be common in different selections. And how to store these values in databse and can call in a selection menu. so how can i solve it? Edited June 1, 2014 by N0name Quote Link to comment https://forums.phpfreaks.com/topic/288904-insert-multiple-values-and-then-search-one/ Share on other sites More sharing options...
Psycho Posted June 1, 2014 Share Posted June 1, 2014 I don't understand your question. Perhaps you can give some examples of data. Quote Link to comment https://forums.phpfreaks.com/topic/288904-insert-multiple-values-and-then-search-one/#findComment-1481525 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.