Ed Wong wrote: >Actually when I output the results from the external file all the lines >run-in to eachother. I placed the carriage return in my output to read it >better. > > Yeah thats right...
Browsers ignore CR and LF characters... you have to replace them with <br> (or wrap it in a <pre> tag) otherwise the text will all run together when you try out output it on a web page. Treat you log file as it were a list of lists. The outer list being the rows, delimited by LF and the inner list being the columns, delimited by TABs. Stephen ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message: http://www.houseoffusion.com/lists.cfm/link=i:15:920 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/15 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:15 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.15 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
