Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 664197
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T23:34:23+00:00 2026-05-13T23:34:23+00:00

When I am trying to execute following code to email the contact form details,

  • 0

When I am trying to execute following code to email the contact form details, it is not executing properly. Instead, when the contact form’s Submit button is clicked, it just shows the below source code in the browser. What’s wrong?

<?php
    error_notice(E_ALL^E_NOTICE);

    $firstname = $_POST['fname'];
    $emailaddress = $_POST['eaddress'];
    $mobile = $_POST['cellno'];
    $phone = $_POST['landline'];
    $country = $_POST['ucountry'];
    $city = $_POST['ucity'];
    $subjects = $_POST['usubjects'];
    $message = $_POST['umessage'];

    // EDIT THE 2 LINES BELOW AS REQUIRED
    $email_to = "abc@example.com";
    $email_subject = $subjects;

function died($error) {
        // your error code can go here
        echo "We are very sorry, but there were error(s) found with the form your submitted. ";
        echo "These errors appear below.<br /><br />";
        echo $error."<br /><br />";
        echo "Please go back and fix these errors.<br /><br />";
        die();
    }

    // validation expected data exists
    if(!isset($firstname) ||
        !isset($emailaddress) ||
        !isset($subjects) ||
        !isset($message)) {
        died('We are sorry, but there appears to be a problem with the form your submitted.');      
    }

    $error_message = "";
    $email_exp = "^[A-Z0-9._%-]+@[A-Z0-9.-]+\.[A-Z]{2,4}$";
  if(!eregi($email_exp,$emailaddress)) {
    $error_message .= 'The Email Address you entered does not appear to be valid.<br />';
  }
    $string_exp = "^[a-z .'-]+$";
  if(!eregi($string_exp,$firstname)) {
    $error_message .= 'The First Name you entered does not appear to be valid.<br />';
  }

  if(strlen($message) < 2) {
    $error_message .= 'The Comments you entered do not appear to be valid.<br />';
  }
  $string_exp = "^[0-9 .-]+$";
  if(!eregi($string_exp,$phone)) {
    $error_message .= 'The Telphone Number you entered does not appear to be valid.<br />';
  }
  if(strlen($error_message) > 0) {
    died($error_message);
  }
    $email_message = "Form details below.\n\n";

    function clean_string($string) {
      $bad = array("content-type","bcc:","to:","cc:","href");
      return str_replace($bad,"",$string);
    }

    $email_message .= "First Name: ".clean_string($firstname)."\n";
    $email_message .= "Last Name: ".clean_string($mobile)."\n";
    $email_message .= "Email: ".clean_string($emailaddress)."\n";
    $email_message .= "Telephone: ".clean_string($phone)."\n";
    $email_message .= "City: ".clean_string($city)."\n";
    $email_message .= "Telephone: ".clean_string($country)."\n";
    $email_message .= "Comments: ".clean_string($message)."\n";

    // create email headers
    $headers = 'From: '.$email_from."\r\n".
    'Reply-To: '.$email_from."\r\n" .
    'X-Mailer: PHP/' . phpversion();
    @mail($email_to, $email_subject, $email_message, $headers);  
?>
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-13T23:34:24+00:00Added an answer on May 13, 2026 at 11:34 pm

    If the source code is shown, this means that the server does not recognize this file as PHP code. The reasons may be different. First of all (most probable) the extension of the file is unrecognized. Second option – the server does not allow PHP

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying the following code to execute a search and it's not working. On
I'm trying to execute the following code but it is not working p =
I'm trying to execute the following code, but I'm getting SyntaxError: invalid syntax at
I am trying to execute windows commands from Java using the following code, Process
I am trying to execute the following query in oracle but not able to
Hi im trying to execute the following PHP code, however im receiving an error.
I'm trying to execute the following code snippet which creates a new site from
I'm trying to execute a query in PostgreSQL using the following code. It's written
I'm trying to execute the following code using System.DirectoryServices; public bool HasVirtualDirectory(string serverName, string
I'm new to all this this stuff. I'm trying to execute the following code

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.