Navigation :
HomeSource code
Tutorials
RSS feeds
Articles
Wordpress plugins
Books
Sample Chapters
Software
Downloads
Hosting
manuals
Script directory
Training
Our Links
Site Sponsors :
Bookmark :
Links :
low cost magazinesgolfing products
gambling sites
Downloads :
dzphp editorEasyPHP
mysql_phpgenerator
php-studio-trial
phpdesigner_7_2_5
phpMyAdmin-3.4.3.2
/phptriad2-2-1
phpxedit_321
rapidphp 2011
WampServer2.1d-x64
WampServer2.1e-x32
xampp-win32-1.7.4-VC6-installer
xampplite-win32-1.7.3
Misc :
Webmaster ResourcesOnly PHP
ScriptSearch.com
Scripts.com - Get the best scripts NOW!
AndreaPHP Programming
Simple email sender
This is a simple email form example
Part 1 is the code for the form itself.
<table width="538">
<tr>
<td ALIGN=LEFT>
<form ACTION="email.php" METHOD="POST">
Name:<br>
<input TYPE="text" NAME="name" SIZE="20" MAXLENGTH="30">
<br>
Email address you are sending to:
<br>
<input TYPE="text" NAME="email" SIZE="20" MAXLENGTH="30">
<p>Your Email:
<br>
<input TYPE="text" MAXLENGTH="40" WIDTH="20" NAME="yourmail">
<br>
Subject:<br>
<input TYPE="text" NAME="subject" SIZE="20" MAXLENGTH="30">
<br>Message:
<br>
<textarea ROWS="11" COLS="40" NAME="message"></textarea>
<p>
<input TYPE="submit" VALUE="Send mail">
<br>
</form>
</tr>
</table>
Part 2 is the actual php script in this case email.php
<?php
echo "Hello, $name.";
echo "<BR><BR>";
echo "You have successfully sent your mail";
echo "<BR><BR>";
mail("$email", "$subject"," $message. My E-mail is $youremail. Greetings from $name.");
?>
Books :
Sponsors :
Random Code :
split a file into path info(file system)Using trim to get rid of whitespace(string)
Better image resizing function(image)
Random Article :
PHP On The FlyCreate a Simple Effective PHP Form for Your Web Site
Network:
Programming resourcesTutorials directory
Hosting resources
ASP site
Domain names
Progged
Maxi directory
bigarticle : free articles
A Code
Code N Tutorials
Get PHP
Programmers help
Del.icio.us
Digg
Furl
Newsvine
Netscape
Reddit
StumbleUpon
Technorati
Squidoo
Windows Live
Yahoo MyWeb
Ask
Google

