|
|
|
|
![]() ![]() |
Sep 15 2005, 10:48 AM
Post
#1
|
|
|
Newbie ![]() Group: Members Posts: 1 Joined: 14-September 05 Member No.: 11,858 |
This is mail function for PHP in its simplest form:
Code: mail ( string to, string subject, string message) The arguments are strings. So that using it might look like: Code: mail ( “to@emailaddress.com”, “This is my subject line”, “This is my message. \n The \n to the left of this text makes a new line”) You can send additional arguments to the function including additional headers and parameters. ie: Code: mail ( string to, string subject, string message [, string additional_headers [, string additional_parameters]]) |
|
|
|
Sep 15 2005, 12:08 PM
Post
#2
|
|
|
Privileged Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 874 Joined: 30-July 04 Member No.: 246 |
I don't meant to criticize, but this isn't exactly a tutorial. Further more, references to the mail() function have been posted throughout the site on numerous occasions.
|
|
|
|
Sep 15 2005, 03:04 PM
Post
#3
|
|
|
Incest is a game the whole family can play. ![]() Group: [MODERATOR] Posts: 1,216 Joined: 11-February 05 From: Heaven Member No.: 3,709 |
The mail() function has appeared in many posts already and even in a tutorial (Another Mail Tutorial).
This is a spam topic and goes against this pinned topic. //Locked |
|
|
|
![]() ![]() |
Similar Topics
|
Lo-Fi Version | Time is now: 30th August 2008 - 05:18 PM |