Hi Everyone,
I would like to know how I can strip out all the carriage returns in my textfield data. I currently have a text field called FIELD1 which then posts to the same page into variable $_POST['FIELD1'] and would like to strip out all the carriage returns before i use explode and break it all into arrays
Any help is appreciated.
Thanks
dR
I would like to know how I can strip out all the carriage returns in my textfield data. I currently have a text field called FIELD1 which then posts to the same page into variable $_POST['FIELD1'] and would like to strip out all the carriage returns before i use explode and break it all into arrays
Any help is appreciated.
Thanks
dR