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? Link to comment https://forums.phpfreaks.com/topic/173077-solved-array-to-variables/ Share on other sites More sharing options...
trq Posted September 4, 2009 Share Posted September 4, 2009 You might be after extract ? Link to comment https://forums.phpfreaks.com/topic/173077-solved-array-to-variables/#findComment-912242 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. Link to comment https://forums.phpfreaks.com/topic/173077-solved-array-to-variables/#findComment-912247 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! Link to comment https://forums.phpfreaks.com/topic/173077-solved-array-to-variables/#findComment-912255 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.