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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T06:50:42+00:00 2026-05-26T06:50:42+00:00

This is my process. Ive attached a link to each page so you can

  • 0

This is my process.
Ive attached a link to each page so you can see the exact code since its important.
I cant solve this problem.

page.php (where the form resides on, its at the bottom of the page)

form.php (where the this form and others are processed and the data is saved into the CRM)

confirmation.php (where page.php redirects on after POST submit)

Basically i have a form on page.php that form POSTS to form.php where the data is saved into a CRM script and then redirects to confirmation.php.

I need to pass the “email” value onto confirmation.php
What i did was i used a session on form.php to save the email value and then echo it on confirmation. Please check the code above to see how.

But the result? Its not working, the email is not being echoed on confirmation.php

Any ideas?

Importants part of the codes above (in my opinion):

On form.php at the very top:

<?php 
session_start();    
$_SESSION['contact'] = $_POST['email']; 
?>
<?php

On confimation.php at the very top:

<?php 
session_start(); 
?>
<?php

on confirmation.php i then echo it:

<?php echo $_SESSION['contact']; ?>

But its not working.

  • 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-26T06:50:43+00:00Added an answer on May 26, 2026 at 6:50 am

    Just add the email address to the query string for the thank you URL.

    Assuming the thank you URL doesn’t already have variables in the query string, then this is all you have to do:

    In form.php, change this:

    if ($thanksurl) {
      header('Location: ' . $thanksurl);
    }
    

    To this:

    if ($thanksurl) {
      $thanksurl .= '?email=' . $email;
      header('Location: ' . $thanksurl);
    }
    

    If there’s already variables in the URL, then you’d want the additional line to look like this, with an ampersand instead of a question mark:

    $thanksurl .= '&email=' . $email;
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I've got in an ASP.NET application this process : Start a connection Start a
I am writing a windows service. This service runs another process I've developed through
for automatic update of my WPF application, I've this strategy : (1) process.exe starts
I've got a process something like a workflow, assume it like this: Prepare Eat
So I am finding this process of universalizing my iPhone app to be a
I start a process in c# like this: Process p= new Process(); p.StartInfo.FileName =
In a Windows Forms application I kill a process like this: Process[] ps =
We are in a Windows environment and looking to automate this process for non-company
I have a directory to which a process uploads some .pdf files. This process
I have written a Windows service that spawns a separate process. This process creates

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.