Create a fixed-width file

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
icesolid
Forum Regular
Posts: 502
Joined: Mon May 06, 2002 9:36 pm
Location: Buffalo, NY

Create a fixed-width file

Post by icesolid »

Anyone have any suggestions for creating a fixed width file with PHP?
User avatar
liljester
Forum Contributor
Posts: 400
Joined: Tue May 20, 2003 4:49 pm

Re: Create a fixed-width file

Post 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?
Post Reply