Date: 11/30/00
- Next message: Scott: "Re: [PHP-DB] Simple Query question"
- Previous message: r.delgado <email protected>: "[PHP-DB] Re:Re:MySQL or postgres?"
- In reply to: CESBRON S.: "[PHP-DB] sending an email"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Yes you need to format it with the "enctype" keyword with the value of
"text/plain"
I wrote what you need to put for it to work properly
<form method-"post" action=mailto:scesbron <email protected> enctype="text/plain">
good luck. I recommend using FormMail at
it is a server-side cgi but it is very usefeul and the client does not get
the default email program pop up
"CESBRON S." <scesbron <email protected>> wrote in message
news:3A11456B.C7BD818 <email protected>
> Hi,
>
> I know that my question will not be fully-compliant with the subject of
> this mailing list but if you can help it will be great.
> I've got a form from which I'd like to send an email directly. I made it
> with the following code :
> <form method="post" action="scesbron <email protected>">
> The only problem is when I've got tons of different fields within the
> form. I receive the email but it is a kind tricky to exploit 'cause I've
> got some many data and this is not easy to read. In fact, it would have
> been possible if I would only get one or two email of this form but I
> plan to get about 200 during 15 days.
> Is there a possiblility to format this email with some javascript ?
> I'd rather use a client-based solution because otherwise it will slow
> the server within the next month.
>
> All advice will be greatly appreciated
>
> If there's no other solution than creating a php script to handle such a
> behaviour, could you recommend me one ? (e.g phorm or ...).
>
> Stéphane
>
> --
> Stéphane Cesbron
> Chargé du développement Internet/Intranet
>
> AUDENCIA - Nantes.Ecole de Management
> 8 route de la Jonelière
> B.P. 31222
> 44312 Nantes Cedex 3
> Tél : 02.40.37.34.47
> http ://www.audencia.com
>
>
>
> --
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: php-db-unsubscribe <email protected>
> For additional commands, e-mail: php-db-help <email protected>
> To contact the list administrators, e-mail: php-list-admin <email protected>
>
-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-db-unsubscribe <email protected> For additional commands, e-mail: php-db-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Scott: "Re: [PHP-DB] Simple Query question"
- Previous message: r.delgado <email protected>: "[PHP-DB] Re:Re:MySQL or postgres?"
- In reply to: CESBRON S.: "[PHP-DB] sending an email"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

