N0name Posted June 1, 2014 Share Posted June 1, 2014 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? 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. 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
Archived
This topic is now archived and is closed to further replies.