Go Back   Site Owners Forums - Webmaster Forums > Web Programming > Programming General > PHP / mySQL

Notices


Reply
 
Thread Tools Rate Thread Display Modes
Old 03-30-2013, 06:57 AM   #1
noahwilson
Registered User
 
Join Date: Mar 2013
Posts: 246
php mail script help.

Hello Guys,
I need php mail script for my website query mail form. so please help me and suggest me php mail script.
thanks for any help.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
noahwilson is offline   Reply With Quote

Old 04-12-2013, 12:24 PM   #2
davidmerinas
Registered User
 
Join Date: Apr 2013
Location: Cordoba (Spain)
Posts: 8
What do yo mean? Using mail funtion?
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
davidmerinas is offline   Reply With Quote
Old 04-12-2013, 12:26 PM   #3
davidmerinas
Registered User
 
Join Date: Apr 2013
Location: Cordoba (Spain)
Posts: 8
Something like
$to = 'emailto@domain.com';
$subject = 'Subject;
$body = 'This is the content of the mail';
$headers = "From: info@yourdomain.com\r\n" .
"X-Mailer: php";
if (mail($to, $subject, $body, $headers)) {
$result=true;
} else {
echo("ERROR: ".$e->getMessage());
}
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
davidmerinas is offline   Reply With Quote
Old 04-18-2013, 08:13 AM   #4
binarynpixel
Registered User
 
Join Date: Apr 2013
Location: Sydney
Posts: 127
Hi Noah you can be get this code from w3school there is you can be understand about that and many way to implement.
Thanks
binarynpixel is offline   Reply With Quote
Old 04-19-2013, 03:40 AM   #5
vivekaryan
Registered User
 
Join Date: Apr 2013
Posts: 58
thanks for sharing this information.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
vivekaryan is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Importance of Php Development for Web Development tech.biztech Programming General 35 11-22-2019 12:37 AM
Need auto classified script (php) nanadakson Web Promotion 6 03-24-2015 07:23 AM
Script to generate my website from folder content ncjbhd PHP / mySQL 0 10-17-2011 12:25 AM
Run a php script every hour ncjbhd PHP / mySQL 1 10-14-2011 04:50 AM
form to file script. php or html mjvndhsb PHP / mySQL 0 10-07-2011 08:55 PM


All times are GMT -7. The time now is 06:00 PM.


Powered by vBulletin Copyright © 2020 vBulletin Solutions, Inc.