FlatFile Database
Menu Form
----------
Here is the first line of the file parsed into the array:
Array
(
[0] => The ffdb.dat file specs: first line has three pipe delimited fields: this_comment, t_records, t_members. The first record below should be the column headings.
[1] => 10
[2] => 6
)
t_records= '10' , t_members = '6'
----------
=========================
Printing All Records Into a Table: (using a for() loop)
Columns: |
A |
|
|
|
|
|
Record 1: |
A |
|
|
|
|
|
Record 2: |
A |
|
|
|
|
|
Record 3: |
A |
|
|
|
|
|
Record 4: |
A |
|
|
|
|
|
Record 5: |
A |
|
|
|
|
|
Record 6: |
A |
|
|
|
|
|
Record 7: |
A |
|
|
|
|
|
Record 8: |
A |
|
|
|
|
|
Record 9: |
A |
|
|
|
|
|