Ah yes, see I wasn't doing that. I was using regular expressions that really...really pissed me off later. I was even playing around and got this expression for reading items:
Code:
([- ]{2})([<>]{1})([a-zA-Z]{4})([<>]{1})\n([ ]{1,2})([<>]{1})([a-zA-Z]{5})([<>]{1})([a-zA-Z](.*))([<>/]{1})([ ]{1,2})\n([ ]{2})([<>]{1})([a-zA-Z]{4})([<>]{1})((.*))([>/<]{2})([a-zA-Z]{4})([<>]{1})([ ]{1,2})\n([ ]{1,2})([<>]{1})([a-zA-Z]{11})([<>]{1})((.*))([</>]{2})([a-zA-Z]{11})([<> ]{2})\n(([ ]{2}))(([<>a-zA-Z]{7}))((.*))(([</>a-zA-Z]{7}))(([ ]{1,2}))\n([ a-zA-Z<>]{13})((.*))([</>a-zA-Z]{12})([ ]{1})\n([ ]{2})([a-zA-Z:;<>]{12})((.*))([a-zA-Z:/;<>]{13})([ ]{1})\n([ ]{2})([a-zA-Z:;<>]{9})([0-9]{4})([a-zA-Z:/;<>]{10})([ ]{1})\n([ ]{2})([<>/;:a-zA-Z0-9]{7}) Which I decided against cuase it hurts my eyes...but ill try it your way if I can find the file on your server again
Thanks for the code, Ill update when i get it to work.