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. Quote Link to comment 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. Quote Link to comment 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. Quote Link to comment 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.