RE: [PHP] Comining variables into a single string

2001-09-16 Thread Luboslav Gabal ml.
> Greetings to All: > > I'm inexperienced, although enthusiastic about using PHP. I want to write > data more effectively to a file. > > This doesn't work: fputs($frank, "Testing " $whatever " more testing > \n\n\n"); > Right now, all I know is using three separate fputs statements. I'd like t

[PHP] Comining variables into a single string

2001-09-16 Thread Salty Marine
Greetings to All: I'm inexperienced, although enthusiastic about using PHP. I want to write data more effectively to a file. This doesn't work: fputs($frank, "Testing " $whatever " more testing \n\n\n"); Right now, all I know is using three separate fputs statements. I'd like to use just one