1.

Solve : Hw can I disp comma separatd txt data with analysed format in html with row wise?

Answer»

Hi
I NEED  some light on html scripting for my application.
I have a comma separated TEXT file: AN_7,4,4,1203,1,9933208684,,2501,,919533265552,,14,03082009_17:21:50

And I want to display the text data in analysed format in html with ROW wise.
Example :
AN_7               --node7
4                     --gsm
4                     --gsm
1203               --pc
1                     --type
9933208684   --num1
,                      --na
2501               --id
,                      --na
919533265552--num2
,                       --na
14                    --ok
03082009_17:21:50 --date PRINT as it is. like wise. 

If more than one comma is there that means the next data value is not available/blank

Pls help me out.



Discussion

No Comment Found