php-db | 2001051
Date: 05/06/01
- Next message: Nick Terzich: "[PHP-DB] php/mySQL and html <select>"
- Previous message: Alpha: "[PHP-DB] Get the id generated from the previous INSERT operation"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hello,
I have an ASCII fixed width text file I'm trying to convert to an array of
fields.
When I use file() to place each line (record) in it's own array element, it
strips out any blanks it finds except one. This results in in ABC
MOTORS becoming ABC MOTORS. That creates a problem if ABC is in a fixed
width 5 character field and MOTORS is in its own field.
Any ideas on how to get file() to not shoot out my blanks would be
appreciated.
-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-db-unsubscribe <email protected> For additional commands, e-mail: php-db-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Nick Terzich: "[PHP-DB] php/mySQL and html <select>"
- Previous message: Alpha: "[PHP-DB] Get the id generated from the previous INSERT operation"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

