Jump to content

Shilov

Newbie
  • Posts

    3
  • Joined

  • Last visited

Shilov's Achievements

Explorer

Explorer (1/14)

0

Reputation

  1. Спасибо, уже раздуплился)))))
  2. ХМ... а я вот сделал проще просто между <head> и </head> просто поставил <link rel="icon" href="место где иконка" type="ico"> и все работает)))
  3. Товарищи у меня та же херня((( когда форму заполняем на англ все гуд, а когда на рус, то приходит письмецо на каком-то гремленском языке, а я пока такой не изучил)))) мож кто мне чуток намекнет что не так? вот код: php: <?php extract($_GET); extract($_POST); ?> <html> <head> <title>mail to</title> <meta http-equiv="Content-Type" content="text/html; charset=windows-1251" /> <meta http-equiv="Pragma" content="no-cache" /> <meta name="robots" content="all"> </head> <body> <?php mail("test@test.ru","$last_name","$first_name","$phone","$email"); ?> </body> </html> и сама форма: <form action="mail.php" method="post"> Имя <br /> <input type="text" name="last_name" /><br /> Фамилия <br /> <input type="text" name="first_name" /><br /> Тел.: <br /> <input type="text" name="phone" /><br /> E-mail <br /> <input type="text" name="email" /><br /> <p>Личные заметки <br /> <textarea name="comment" cols="32" rows="5"></textarea></p> <p><input type="submit" value="Отправить" /></p> </form> Прошу строго не судить) еси кто сможет то напишите плиз, а то чет до мну не доходит(( Заранее благодарен
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy