Re: [PHP] PHP email message composing

2003-09-24 Thread Dan Anderson
Instead of putting your message in your code like that, why not just put it in a seperate text file and do: $message = implode(" ", file("./message")); ? This will make your code look cleaner. So you could create something like: $message = implode(" ", file("./message1")); if (isset($checkbox[0

Re: [PHP] PHP email message composing

2003-09-24 Thread Jason Wong
On Thursday 25 September 2003 03:48, Cesar Aracena wrote: [snip] > And after a while, I have to know which are the options the visitor has > selected. The options might vary depending on two different selections, > which are "guided" using arrays. What I've done so far, and doesn't work > is: > >

[PHP] PHP email message composing

2003-09-24 Thread Cesar Aracena
Hi all, I am trying to create an automatic email composing script, but I have one big problem here. The message composing method I'm using is the following: /* message */ $message = ' Solicitud de Presupuesto