Create a fixed-width file
Moderator: General Moderators
Create a fixed-width file
Anyone have any suggestions for creating a fixed width file with PHP?
Re: Create a fixed-width file
open a file for writing and write a fixed number of characters per line.. maybe if you were a little more specific on your needs we could provide a bit more help?