f00sh Posted January 14, 2009 Share Posted January 14, 2009 Hey guys, I hate to make my first post here a question, wish I could contribute more. Here is the situation, I have a working Database, I can connect to it, insert, yada yada. One of my fields in the Database is called Deck The values I have (This is an example): Derp Deck 1 2 3 4 5 6 7 8 9 10 These are entered just like this, the enters and everything. I have called this into a variable $derpdeck and it displays in an echo just find. What I was wondering is if I could put each line into an Array. so I could do like $derpdeck[3] and it would return 2. Any help is greatly appreciated. Link to comment https://forums.phpfreaks.com/topic/140780-solved-assigning-a-strange-mysql-entry-to-an-array/ Share on other sites More sharing options...
trq Posted January 14, 2009 Share Posted January 14, 2009 explode the string using \n as the delimeter. Link to comment https://forums.phpfreaks.com/topic/140780-solved-assigning-a-strange-mysql-entry-to-an-array/#findComment-736840 Share on other sites More sharing options...
f00sh Posted January 14, 2009 Author Share Posted January 14, 2009 Thank you very very much, this worked perfectly. I cannot thank you enough. Link to comment https://forums.phpfreaks.com/topic/140780-solved-assigning-a-strange-mysql-entry-to-an-array/#findComment-736847 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.