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
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:
>
>
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
3 matches
Mail list logo