Try to write some substr loop thats get the line and splits it up into 100
words then concenates all of the value you split with a \n in between


""FredrikAT"" <[EMAIL PROTECTED]> wrote in message
96eu04$uef$[EMAIL PROTECTED]">news:96eu04$uef$[EMAIL PROTECTED]...
> Hi!
>
> I want to send a email usin' email() (plain text!), but I have a problem.
>
> What i want to send!
> $email_body = "This is just nothing, This is just nothing, This is just
> nothing, This is just nothing, This is just nothing, This is just nothing,
> This is just nothing, This is just nothing, This is just nothing, This is
> just nothing, This is just nothing, This is just nothing, This is just
> nothing, This is just nothing, This is just nothing, This is just nothing,
> This is just nothing, This is just nothing, This is just nothing, This is
> just nothing, This is just nothing, This is just nothing, This is just
> nothing, This is just nothing, ";
>
> I want to output it something like this:
> This is just nothing, This is just nothing, This is just nothing, This is
> just nothing,
> This is just nothing, This is just nothing, This is just nothing, This is
> just nothing,
> This is just nothing, This is just nothing, This is just nothing, This is
> just nothing,
> This is just nothing, This is just nothing, This is just nothing, This is
> just nothing,
>
> (Can I do that without using HTML? Is there a php-function to set width?)
>
> ---------------------------------
> Fredrik A. Takle
> [EMAIL PROTECTED]
>
>
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to