thnxthnx for your reply
the problems has already been solved thnx to chris
n yeah i was screwing up the /r/n -> \r\n thinggy .
:)
toby
--- DvDmanDT <[EMAIL PROTECTED]> wrote: > Are you sure you mean
/r/n? I think you mean \r\n which is a
> windows
> line-end..
>
> --
> // DvDmanDT
> M
Are you sure you mean /r/n? I think you mean \r\n which is a windows
line-end..
--
// DvDmanDT
MSN: [EMAIL PROTECTED]
Mail: [EMAIL PROTECTED]
"Toby z" <[EMAIL PROTECTED]> skrev i meddelandet
news:[EMAIL PROTECTED]
> hay guyz
>
> im stuck with substr now
>
> im sure i ve actually lost it
>
>
thnx chris
i dunno when ill start to see things properly
i guess ill ve to open up ma eyes fo that ..
thnx again
toby
--- Chris Kranz <[EMAIL PROTECTED]> wrote: > >
> > and for this i need to splitt the title retrieved from db to two
> > strings ..
> >
>
>
> $array = explode( "/r/n
>
> and for this i need to splitt the title retrieved from db to two
> strings ..
>
$array = explode( "/r/n", $stringToSplit );
print $array[0]; //first part
print $array[1]; //second part
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php