Return a result in the original page.
Posted
by Josh
on Stack Overflow
See other posts from Stack Overflow
or by Josh
Published on 2010-05-07T20:47:59Z
Indexed on
2010/05/07
20:58 UTC
Read the original article
Hit count: 215
When the user submit his data, I take him to a different page where plenty of calculations are made, then I redirect him to the original page with a simple :
<?php header("Location:http://mysite.com/index.php");
The problem is I need all the variables and results to be show in this page, but they are obviously stored in the other one, so I need your help please :) ! Thank you for reading this !
© Stack Overflow or respective owner