Wrox Programmer Forums
Go Back   Wrox Programmer Forums > PHP/MySQL > Beginning PHP
|
Beginning PHP Beginning-level PHP discussions. More advanced coders should post to the Pro PHP forum.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Beginning PHP section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old May 27th, 2009, 05:19 PM
Registered User
 
Join Date: Feb 2009
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Exclamation Help with simple mail script

problem fixed

Last edited by KobusMans; July 8th, 2009 at 02:33 PM..
 
Old December 10th, 2009, 04:02 AM
Registered User
 
Join Date: Dec 2009
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Thumbs up simple

PHP Code:
<?php
$to 
"[email protected]";
$sub "any subject u want" ;
$msg "ur message (whatever)";

// Mail Now. with php function named "Mail".

mail ($to$sub$msg);

?>
Thats it.
Enjoy!!!





Similar Threads
Thread Thread Starter Forum Replies Last Post
Change the order of client script / server script rupen ASP.NET 2.0 Basics 3 April 16th, 2009 01:41 PM
Writing a script for e-mail submission daivan Javascript How-To 1 March 21st, 2007 11:24 AM
Simple Logout Script webXtreme ASP.NET 1.0 and 1.1 Basics 0 November 7th, 2006 01:18 PM
non-secure mail script Adam H-W PHP How-To 0 June 29th, 2006 02:57 AM
multiple word query on simple phpMysql script peter_G PHP Databases 9 December 2nd, 2004 10:21 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.