YourNameHere Posted September 4, 2009 Share Posted September 4, 2009 I plan to put a bit of info into a DB field and it will be pulled into an array so that I can but them into variables for later referance. I've looked through the manual and cant find the proper function to do it. I am prolly just overlooking it. The information will look like this: Column: skills; Blah, blah, blah, blah, blah ----------------------------------------- then I need that array into variables with the variable name being the key and the value being the actual info in the var. would I use explode? Quote Link to comment Share on other sites More sharing options...
trq Posted September 4, 2009 Share Posted September 4, 2009 You might be after extract ? Quote Link to comment Share on other sites More sharing options...
bundyxc Posted September 4, 2009 Share Posted September 4, 2009 Sounds like mysql_fetch_array to me... but it's late, and I'm tired. haha. Quote Link to comment Share on other sites More sharing options...
YourNameHere Posted September 4, 2009 Author Share Posted September 4, 2009 You might be after extract ? That looks like its it. thanks! 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.