Zymic Forums

Webmaster resources

Zymic IRC Server

Chat in real time at irc.zymic.com - Learn More

Welcome

Welcome to the Zymic webmaster forums. Our forums are here to provide people the free ability to discuss a range of websites related topics such as design, development coding and marketing.

In order to post you will need to register for a zymic account or if you already have one simply login by using the form on the left.

left Zymic Webmaster ForumsZymic Free Web HostingZymic Free Web Hosting - General Discussion & Help right
  Reply to this topic Start new topic
left right
misulee
post May 14 2012, 02:49 AM
Post #1


Newbie
*

Group: Members
Posts: 2
Joined: 14-May 12
Member No.: 241,716



php mail support

Mail support does not exist error in the installation phpbbs
Go to the top of the page 
 
  + Quote Post
ssfdre38
post May 14 2012, 03:02 AM
Post #2


THE SILENT FORUM NINJA
*******

Group: Administrators
Posts: 3,711
Joined: 23-January 10
From: on your screen
Member No.: 127,507



you need to pay for it
Go to the top of the page 
 
  + Quote Post
emersonhouse
post May 31 2012, 10:32 AM
Post #3


Newbie
*

Group: Members
Posts: 3
Joined: 15-September 10
Member No.: 157,004



QUOTE(ssfdre38 @ May 14 2012, 03:02 AM) *
you need to pay for it


I actually did, spent the $10 2 days ago.

I created 2 php files, a simple contact and a send contact and when I hit the submit button i get an error, you need to pay for it.

Anyone help?
Go to the top of the page 
 
  + Quote Post
emersonhouse
post May 31 2012, 04:46 PM
Post #4


Newbie
*

Group: Members
Posts: 3
Joined: 15-September 10
Member No.: 157,004



I have a file that needs sanitizing and the $name and address needs to be checked
Can anyone help, cos I can't actually get it to work:-


<html>
<body>
<?php
// Contact subject
$subject ="$subject";
// Details
$message="$detail";

// Mail of sender
$mail_from="$customer_mail";
// From
$header="from: $name <$mail_from>";

// Enter your email address
$to ='email@email.com';

$send_contact=mail($to,$subject,$message,$header);

// Check, if message sent to your email
// display message "We've recived your information"
if($send_contact){
echo "We've recived your contact information";
}
else {
echo "ERROR";
}
?>
</body>
</html>

Thanks!!
Go to the top of the page 
 
  + Quote Post
 Reply to this topic Start new topic
left right
0 Members:
left right
 


Lo-Fi Version Time is now: 25th May 2013 - 06:34 PM