RE: [PHP] Edit a String

2003-09-17 Thread Mark
--- Jay Blanchard <[EMAIL PROTECTED]> wrote: > [snip] > I have addresses stored in my database. I am trying to create a > page > that > generates a letter automatically for the user to print. Given a > string > of > format ', x, x, xxx' how can I edit it so that the > comma's > are > r

RE: [PHP] Edit a String

2003-09-17 Thread Jay Blanchard
[snip] I have addresses stored in my database. I am trying to create a page that generates a letter automatically for the user to print. Given a string of format ', x, x, xxx' how can I edit it so that the comma's are replaced with line breaks i.e. /n. This will enable me to display the

[PHP] Edit a String

2003-09-17 Thread Shaun
Hi, I have addresses stored in my database. I am trying to create a page that generates a letter automatically for the user to print. Given a string of format ', x, x, xxx' how can I edit it so that the comma's are replaced with line breaks i.e. /n. This will enable me to display the a