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