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 7035095
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T01:15:51+00:00 2026-05-28T01:15:51+00:00

Trying to write a contact form script only my following page isnt processing… <?php

  • 0

Trying to write a contact form script only my following page isnt processing…

<?php 

$rpname = $_POST['name'];
$rpnumber = $_POST['phone'];

echo $rpname;
echo $rpnumber;

$rpname = $_POST['name'];
$rpnumber = $_POST['phone'];
$to = "liam@.co.uk"; // CHANGE THIS TO EMAIL YOU WANT
$subject = "Phonecall Request"

//begin of HTML message
$message = "
  Phone call request - 
  From : $rpname,
  Number: $rpnumber 
";

    $headers = "MIME-Version: 1.0rn";
    $headers .= "Content-type: text/html; charset=iso-8859-1rn";
    $headers  .= "From: Website Enquiry";



if (isset($rpname))
{
       // now lets send the email.
   mail($to, $subject, $message, $headers);
   $page='index.html';
header('Location:'.$page);
header('Location: ' . $_SERVER['HTTP_REFERER'] . '?e=Message Sent!');

} ?> 

Ive tried to echo the variables at the top but im getting a blank page with no source…

  • 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-28T01:15:51+00:00Added an answer on May 28, 2026 at 1:15 am

    You need a semicolon (;) after $subject = "Phonecall Request".

    You would have caught this error yourself if your configuration had error reporting enabled. Do this is in your php.ini file. This will most likely be located in /etc/php5/cgi/. Add the following lines:

    display_errors = On
    error_reporting = E_ALL
    

    If you don’t have access to this on your server, you can add it on a per-document basis, by including the following line at the beginning of each PHP document:

    ini_set('display_errors', '1');
    error_reporting(E_ALL); 
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Im trying to write a contact form and so far everything works only theres
Hi Stackoverflow people, I am trying to write my own contact form in Django,
I'm trying to write a contact form however my label widths aren't being forced
I am trying to write a page to host on and the code keeps
I am trying to write a ruby app to update Google Contact Photos but
I am trying to figure out the best way to write a PHP function
I am trying to write a powershell script for Exchange Management Shell, importing a
I'm trying to write an intent-filter to select a contact from the list of
I have the following code. I am trying to prevent my page from resubmitting
I'm trying to write a program that creates an address book with contact names,

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.