in reply to replacing carriage return line feed usinf chr()
Cheers all.$a = "\'aaaaa\nbbbbbb\'"; $a = join ('\' + Chr(13) + Chr(10) + \'', split(/\n/, $a)); $sql="insert into KB (Description) values ($a)";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: replacing carriage return line feed usinf chr()
by thraxil (Prior) on Mar 14, 2003 at 19:22 UTC |