Categories

JS/Flash Animated. Contact form and PHP4

Alex Ross April 1, 2012
Rating: 3.0/5. From 2 votes.
Please wait...

This tutorial shows how to make HTML contact form in your JS or Flash Animated template work on PHP 4 hosting server.

1. Open MailHandler.php file

2. Replace the code:

 
try{
  if(!mail($owner_email, $subject, $messageBody, $headers)){
  throw new Exception('mail failed');
  }else{
  echo 'mail sent';
  }
  }catch(Exception $e){
  echo $e->getMessage() ."\n";
} 

with

mail($owner_email, $subject, $messageBody, $headers);

This entry was posted in JS Animated tutorials, Working with HTML and tagged animated, contact form, js. Bookmark the permalink.

Submit a ticket

If you are still unable to find a sufficient tutorial regarding your issue please use the following link to submit a request to our technical support team. We'll provide you with our help and assistance within next 24 hours: Submit a ticket