Shadowfox
02-14-2006, 08:25 PM
To those familiar with the syntax...
Could you please help me in setting up an expression for the function preg_match_all which is parsing a file named "file.txt":
Every line from that file has to be in different <TR> of a table.
There are 7 couples of words on each line of the file which are all seperated by a TAB space. Every one of these couples of words has to be located on a separate <TD> of that <TR>
what should the expression be in order to have such an effect..?
10x,
Pavel
Could you please help me in setting up an expression for the function preg_match_all which is parsing a file named "file.txt":
Every line from that file has to be in different <TR> of a table.
There are 7 couples of words on each line of the file which are all seperated by a TAB space. Every one of these couples of words has to be located on a separate <TD> of that <TR>
what should the expression be in order to have such an effect..?
10x,
Pavel