Philip Thompson wrote:
On Jun 23, 2005, at 4:13 PM, Richard Lynch wrote:
...
Well, that was a mouthful. I actually am using a Mac and it showed \r \n
I reckon you could edit together a nice fat 700 page book on PHP just by
scraping
posts made by Richard :-) ... every other month ;-)
to
On Jun 23, 2005, at 4:13 PM, Richard Lynch wrote:
On Thu, June 23, 2005 11:09 am, Philip Thompson said:
On Jun 23, 2005, at 12:20 PM, John Nichel wrote:
Philip Thompson wrote:
Anyone know how/what to replace the \r\n in the textarea to that
it shows up correctly with the actual newlines
On Thu, June 23, 2005 11:09 am, Philip Thompson said:
> On Jun 23, 2005, at 12:20 PM, John Nichel wrote:
>
>> Philip Thompson wrote:
>>
>>> Anyone know how/what to replace the \r\n in the textarea to that
>>> it shows up correctly with the actual newlines, not the \r\n???
http://php.net/stripslas
Philip Thompson wrote:
That's the thing, I'm not inserting \r\n at all. When filling in the
form, I hit "Enter" to go to the next line in the textarea. When I pull
the original data I do:
$textarea = mysql_real_escape_string($_POST["textarea"], $connection);
if ($error) {
// somehow re
On Jun 23, 2005, at 12:20 PM, John Nichel wrote:
Philip Thompson wrote:
Anyone know how/what to replace the \r\n in the textarea to that
it shows up correctly with the actual newlines, not the \r\n???
You shouldn't need \r\n. \n should work just fine.
How are you 'inserting' the newlin
Philip Thompson wrote:
Anyone know how/what to replace the \r\n in the textarea to that it
shows up correctly with the actual newlines, not the \r\n???
You shouldn't need \r\n. \n should work just fine.
How are you 'inserting' the newlines? Single quoted string?
--
John C. Nichel
ÜberGeek
6 matches
Mail list logo