mikwit Posted February 28, 2010 Share Posted February 28, 2010 Hi, sorry I'm pretty rusty on this so there is probably a simple answer in the manual I just can't seem to find it. So I have a very basic table in mysql set up with 1 column for reference number and one for the title. Is there a way to load this table into an array so that anytime I want to convert a reference number into it's corresponding title I don't need to do a new query? I want to keep the queries down to a reasonable level. Thanks ahead. Link to comment https://forums.phpfreaks.com/topic/193618-mysql-table-into-an-array-for-quick-lookup/ Share on other sites More sharing options...
mikwit Posted February 28, 2010 Author Share Posted February 28, 2010 I figured out a way to do it in sql using natural join, sorry for the un needed post Link to comment https://forums.phpfreaks.com/topic/193618-mysql-table-into-an-array-for-quick-lookup/#findComment-1019211 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.