GradyLorenzo
New Member
- Joined
- Mar 23, 2011
- Messages
- 8
I have a list formatted as follows:
How would I convert this into a format that can be imported into PHP MyAdmin? I would type it one at a time, but the 60k+ entries is a bit intimidating for obvious reasons...
Code:
John Doe
someStreet
someZip
someState
Jane Doe
someStreet
someZip
someState
Jack Doe
someStreet
someZip
someState
How would I convert this into a format that can be imported into PHP MyAdmin? I would type it one at a time, but the 60k+ entries is a bit intimidating for obvious reasons...