Erindesign
03-26-2009, 05:45 PM
Hey all,
Got to run through a text file with a bunch of data. Each row is in a line, but each column is separated (delimited) by a tab.
When I explode a line into different parts, how would I represent the tab?
explode("???", $string);
??? should represent a tab.
Got to run through a text file with a bunch of data. Each row is in a line, but each column is separated (delimited) by a tab.
When I explode a line into different parts, how would I represent the tab?
explode("???", $string);
??? should represent a tab.