andymike07 Posted June 17, 2007 Share Posted June 17, 2007 I'm building a site for a client, and the access database they've given me wasn't formatted in any specific way. I've converted the database to MySql, but I'm running into a problem with one of the fields. The field contains a list of items that I'll need to output to a list when processed by the script I'm writing. The problem I'm having is the list of items wasn't formatted in any special way. Other then entering all the data by hand, does anyone have any ideas on transforming the data in the field to an array? There are 700+ records and I really don't want to have to edit each one by hand unless it's a last resort. Format Example: Item1 Item 2, continued Item 3 has 6 - parts Item 4 has 7, parts Quote Link to comment https://forums.phpfreaks.com/topic/55888-php-data-format-help/ Share on other sites More sharing options...
AndyB Posted June 17, 2007 Share Posted June 17, 2007 explode() may help Quote Link to comment https://forums.phpfreaks.com/topic/55888-php-data-format-help/#findComment-276108 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.