You are here: Re: Replace in PHP « PHP Programming Language « IT news, forums, messages
Re: Replace in PHP

Posted by Michael Austin on 01/26/06 20:00

John K wrote:
> I'm new to PHP and come from and ASP background...
>
> I want to replace line feeds in user submited textareas with <br> or
> <p> or <div>. In ASP I do this to replace carriage return/line feeds
> with <p> in a record of a recordset...
>
> Replace(rsWhatever("fld_whatever_field"), vbCrLf, "<p>")

an example from the PHP manuals:

$text="this is my text string\r\n";
$text=str_replace("\r\n","<br>",$text);
or
$text=str_replace("\r\n","<br>",$_POST['myvariable']);
where:
"\r" = CR
"\n" = LF
>
> I don't know how to accomplish this in PHP. I know I have to use
> str_replace() but I'm confused by the syntax.

str_replace([old_string],[new_string],[text string])

where old_string and new_string can be an array of text.

>
> Thanks for the help!
>

You're welcome.

Michael.

 

Navigation:

[Reply to this message]


Удаленная работа для программистов  •  Как заработать на Google AdSense  •  England, UK  •  статьи на английском  •  PHP MySQL CMS Apache Oscommerce  •  Online Business Knowledge Base  •  DVD MP3 AVI MP4 players codecs conversion help
Home  •  Search  •  Site Map  •  Set as Homepage  •  Add to Favourites

Copyright © 2005-2006 Powered by Custom PHP Programming

Сайт изготовлен в Студии Валентина Петручека
изготовление и поддержка веб-сайтов, разработка программного обеспечения, поисковая оптимизация