upon testing the script does what it should do. and may I remind you of what I said in post #2?
delete based on input
Collapse
X
-
-
but the linebreak is /> which is part of the script so if i use str replace wont it get rid of that too?Comment
-
i have put the lines
Code:$temp =str_replace("\r", "", $temp); $temp =str_replace("\n", "", $temp);
Comment
-
but instead it all in 1 line.
judging from my test you don't need to worry about the line breaks. but it still seems like overkill to do it this way.Comment
-
-
ol one thing when i echo back $start or $ end they r empty they r not echoing back anything y is tht so?Comment
-
Comment