Dave Carrera a écrit :

> Hi All,
>
>
>
> I know how to include the contents of a test file into my app.
>
>
>
> But at the moment I have to type in <p></p> tags to make in render
> properly.
>
>
>
> Is there a way of reading the contents and dynamically creating
> paragraph breaks or line breaks?
>
>
>

yes

ereg_replace/preg_replace. searcg for \t (tab) \n (enter) and so on...

>
>
>
>
>
> Dave Carrera
>
> Php Developer
>
> http://davecarrera.freelancers.net
>
> http://www.davecarrera.com
>
>
>
>

--
  Marius Ursache (3563 || 3494)

                           \|/ ____ \|/
                           "@'/ ,. \`@"
                           /_| \__/ |_\
                              \__U_/



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to