Afficher un message
Vieux 23/02/2008, 10h06   #3
Martin Mandl - m2m tech support
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Contact php form for web

> > mail("a...@gmail.com ","Contact",stripslashes($msg), $mailheaders);
>
> Since nobody else has responded (and I'm no expert) -
>
> My guess is that you can't have a function in the parameters. Try
>
> $msg=stripslashes($msg);
> mail("a...@gmail.com ","Contact",$msg, $mailheaders);


Dear Mason,

normally you can have a function in the parameters. I suppose nobody
answered, because they would have to guess, since the original poster
gave no error messages, and did not describe the environment the
script is running in. Most likely there is no mail support installed
e.g. if it is a windows machine.

Cheers
Martin

------------------------------------------------
online accounting on bash bases
Online Einnahmen-Ausgaben-Rechnung
http://www.ea-geier.at
------------------------------------------------
m2m server software gmbh
http://www.m2m.at
  Réponse avec citation
 
Page generated in 0,05270 seconds with 9 queries