Nov 4, 2004 #1 Bernini Programmer Oct 26, 2004 98 MT Hi I would like to replace the chr(13) with a space character! I've used str_replace but to no avail!? any help? Thanks B
Hi I would like to replace the chr(13) with a space character! I've used str_replace but to no avail!? any help? Thanks B
Nov 4, 2004 #2 Bastien Programmer May 29, 2000 1,683 CA Is this what you used? $text = str_replace(chr(13), " ", $text); Bastien Cat, the other other white meat Upvote 0 Downvote
Is this what you used? $text = str_replace(chr(13), " ", $text); Bastien Cat, the other other white meat
Nov 4, 2004 #3 Olavxxx Programmer Sep 21, 2004 1,134 NO I dont know why you dont already know this http://no2.php.net/chr Olav Alexander Mjelde http://www.volvo-power.netAdmin & Webmaster Upvote 0 Downvote
I dont know why you dont already know this http://no2.php.net/chr Olav Alexander Mjelde http://www.volvo-power.netAdmin & Webmaster