You are here: Re: Help please !!! « All PHP « IT news, forums, messages
Re: Help please !!!

Posted by Roger Dodger on 04/05/06 03:32

shmol wrote:
> Hi,
>
> Help please !
>
> My html page:
>
> <body>
> <form id="form1" name="form1" method="post" action="inscription.php">
> <label>nom
> <input name="nom" type="text" id="nom" />
> </label>
> <br />
> <input name="prenom" type="text" id="prenom" />
> <br />
> <input name="mail" type="text" id="mail" />
> <br />
> <input type="submit" name="Submit" value="Envoyer" />
> </form>
>
> The inscription .php file:
>
> <?
> $text="Nom: ".$nom.chr(10).chr(13)."Prenom: ".$prenom.chr(10).chr(13)."Mail:
> ".$mail.chr(10).chr(13);
> mail("inscription@20h00.info", "Inscription",$text);
> header("Location:merci.htm");
> ?>
>
> I receive the mail but no data !!!!!!
> WHY?

Try:

$text = "Nom: " . $_POST['nom'] . chr(10) . chr(13);
$text .= "Prenom: " . $_POST['prenom'] . chr(10) . chr(13);
$text .= "Mail:" . $_POST['mail'] . chr(10) . chr(13);

 

Navigation:

[Reply to this message]


Удаленная работа для программистов  •  Как заработать на Google AdSense  •  England, UK  •  статьи на английском  •  PHP MySQL CMS Apache Oscommerce  •  Online Business Knowledge Base  •  DVD MP3 AVI MP4 players codecs conversion help
Home  •  Search  •  Site Map  •  Set as Homepage  •  Add to Favourites

Copyright © 2005-2006 Powered by Custom PHP Programming

Сайт изготовлен в Студии Валентина Петручека
изготовление и поддержка веб-сайтов, разработка программного обеспечения, поисковая оптимизация