Reply to Re: Here is the code

Your name:

Reply:


Posted by Lammi on 09/10/07 06:59

i assume you wanna get the form via email? thescript below will give
you a text-formatted email, listing all fields and the given values.

<?php

if (isset($_POST['Send']))


$to = 'you@email.com';
$subject = 'Request from Website';

$myEmail = "A new request was sent:\n";
foreach ($_POST as $key => $value)
$myEmail .= $key.". ".$value."\n";

mail ($to, $subject, $myEmail);
?>

<form class="cssform" action="<? $_SERVER['PHP_SELF'] ?>">
<p>
<label for="user">Name:</label>
<input type="text" name="user" id="user" value="" />
</p>
<p>
<label for="emailaddress">Email Address:</label>
<input type="text" name="emailadress" id="emailaddress"
value="" />
</p>
<p>
<label for="phone">Phone Number:</label>
<input type="text" name="phone" id="phone" value="" />
</p>
<p>
<label for="call">Best Time To Call:</label>
Morning:
<input type="radio" name="call" />
Afternoon:
<input type="radio" name="call" />
Night
<input type="radio" name="call" />
</p>
<p><label for="call">Subject:</label>
<select name="web">
<option selected value="Quote">Quote</option>
<option value="Tech Support">Tech Support</option>
</option>
</select>
<br><br><br>
<p><label for="comments">Comments:</label>
<textarea name="comments" rows="" cols=""></textarea>

<div style="margin-left: 150px;">
<input type="submit" value="Submit" name="Send" />
<input type="reset" value="Reset" name="Reset" />
</div>

do some</form>

[Back to original 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

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