> Sorry, it should have been test.  So heres the real code snipets:
>

I have tried this, but it doesn't fails for me. I append you my test script.
Please run it as it is, when you press the submit button, you should see the
result at the top of the page. Does it come out right? If not, please send
me the output.

If it does come out right, try to modify it until you see the same error as
in your code.

Gerald

BTW. You shouldn't do the following (also it works most times):

> <textarea name="message_html" rows="" cols="">Hello <font>there</font>.
> This is html.</textarea>

Instead you have to escape the < and >, like

> <textarea name="message_html" rows="" cols="">Hello
&lt;font&gt;there&gt;/font&gt,.
> This is html.</textarea>

When you don't have change the escape mode, Embperl will do this for you,
for any output you insert in the page

-------------------------------------------------------------
Gerald Richter    ecos electronic communication services gmbh
Internetconnect * Webserver/-design/-datenbanken * Consulting

Post:       Tulpenstrasse 5         D-55276 Dienheim b. Mainz
E-Mail:     [EMAIL PROTECTED]         Voice:    +49 6133 925131
WWW:        http://www.ecos.de      Fax:      +49 6133 925152
-------------------------------------------------------------

[$ while (($k, $v) = each %fdat) $] [+ "key = $k" +]
[+ "val = $v" +]
[$endwhile$]
Hello there. This is html.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to