in reply to Re: Parsing .txt into arrays
in thread Parsing .txt into arrays
this is a sample data I made up looking at the format of the original data, the original data is simply a txt file from unknown source so all I have is this txt file and I want to populate my arrays with name as the heading appearing in the table and the contents as the columns pertaining to the heading ,eg: for work and language table, I want an array(with name "languages")and its contents as
$languages[1]=english $languages[2]=spanish $languages[3]=italian
|
|---|