Page 1 of 1

Create a fixed-width file

Posted: Fri Jul 16, 2010 9:46 am
by icesolid
Anyone have any suggestions for creating a fixed width file with PHP?

Re: Create a fixed-width file

Posted: Fri Jul 16, 2010 11:47 am
by liljester
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?