Circuitcode
New Member
- Messages
- 7
- Reaction score
- 0
- Points
- 0
I have a 50 lists of business and their contact information. These lists are in .txt format and are used keep a database current when updated.
Is it possible to create a script to enter the text files into a table. I need to display this information in a table 3 entries wide and i do not want to edit through over 1,700 entries it there is a code that could do it for me. The entries look like this.
Name of business
Street address
city state zip
Phone number
There are 2 line breaks between each entry
I know that I can use
<?php require_once('File name'); ?>
to enter the text file but is there an easier way to apply the editing.
Is it possible to create a script to enter the text files into a table. I need to display this information in a table 3 entries wide and i do not want to edit through over 1,700 entries it there is a code that could do it for me. The entries look like this.
Name of business
Street address
city state zip
Phone number
There are 2 line breaks between each entry
I know that I can use
<?php require_once('File name'); ?>
to enter the text file but is there an easier way to apply the editing.