I am getting this error:
Parse error: syntax error, unexpected ')' in com_chronocontact/chronocontact.php(485) : eval()'d code on line 13
as a result only the ip address is getting sent in the email. None of the fields are sending
Also I am having trouble with the after submit code. I am not recieving an email.
this is the code that I am using:
dk<br><br>Post edited by: GreyHead, at: 2008/02/05 16:40
Parse error: syntax error, unexpected ')' in com_chronocontact/chronocontact.php(485) : eval()'d code on line 13
as a result only the ip address is getting sent in the email. None of the fields are sending
Also I am having trouble with the after submit code. I am not recieving an email.
this is the code that I am using:
<?php
$from = $replyto_email ="portal@creativecoreny.com";
$fromname = "Creative Core New York";
$recipient = $_POST['Email'];
$subject = "Thankyou For Contacting The Regional Alliance";
$html_message = "<p>We have receveived your request for information and
will be contacting you shortly.</p>";
$Contact_Name = $_POST['Name'];
$Email = $_POST['Email'];
thanks
dk<br><br>Post edited by: GreyHead, at: 2008/02/05 16:40