|
#1
|
||||||||||||
|
||||||||||||
|
Hey guys yes thats rite i learnt more php lol :P. today were learning the basic way to send emails from a form that can be place on sites. All of this is in one file.
First open a new document in any program notepad is easiest Enter in this code Code:
now lets break it down Code:
Code:
Code:
It also says that the info sent is the varibles subject, email and message. Code:
subject: blah email: blah message: blah Go Back after the subject, email and message the varibles can be seen in the coding. This basically means that it will echo what you just sent. So if you wrote this in the name part "My name is Tom" then it will do this subject: My name is Tom Code:
The form is easy and if you have basic knowledge of html then you know what this is. An example of this can be seen at http://p3rc3pt10n.net/site/tuts/php/emailform.php if you need help feel free to ask <span style='color:red'> *Note: To all those expert programmers if i have anything wrong please tell me as im not experience in php and correcting it will help get me and other members better.</span> |
| FireNova's Sponsored Links: |
|
| Display your advertising here - learn about Pictual Revenue Sharing |
|
#2
|
||||||||||||
|
||||||||||||
|
haha that script is nasty
i remember the times when i did nasty, and i really mean nasty things with it ^^ oh yeah btw good tut.. |
|
#3
|
||||||||||||
|
||||||||||||
|
Code:
It would only work if "register_globals" are ON in php.ini, if it is ON, there is a security risk, change it to: Code:
Hope it helps! |
|
#4
|
||||||||||||
|
||||||||||||
|
thanks for this James
|
|
#5
|
||||||||||||
|
||||||||||||
|
Only If i knew how to do php, looks like a headache waiting to happen. T_T
__________________
www.BrianLeee.com - Online Portfolio |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| PHP Arrays | ownsyou | Tutorials | 4 | 03-05-2006 11:03 AM |
| Simple Content Box and Slicing | FireNova | Tutorials | 5 | 02-04-2006 01:05 AM |
| Protect your e-mail account | Glitch | Computers & Games | 2 | 12-02-2005 04:46 AM |
| Introduction to Php | dbfootballa3 | Tutorials | 11 | 12-01-2005 11:33 AM |
| Php Randomizing images | FireNova | Tutorials | 3 | 06-19-2005 04:00 PM |