D'oh!
Darn spelling. Thanks Jaxtell.
I've sorted that out, and moved
$_SESSION['data']=$_POST;
to the end of job_load.php, do it now reads
mail($sendTo, $subject, $body, $headers);
$_SESSION['data']=$_POST;
?>
Still nothing appearing when I call contactsheet.php
Hi Vacunita and Jaxtell,
Thanks for the great advise and help.
I thought i'd try Vacunitas way, do Job_Load.php looks like :-
<?php
$affilate = $_POST['affilate'];
$type = $_POST['type'];
$cotype = $_POST['cotype'];
$loader = $_POST['loadersname'];
$client = $_POST['fullname'];
$eaddress =...
Hi Jaxtell,
I tried
var theURL = 'coversheet.php?fullname=<?php echo $_POST['fullname']?>';
but I still get
array(0) { }
and no information displayed.
Any Other ideas ? ( I did change coversheet.php to Echo fullname, rahter than echo <? php $_POST['fullname']?>.
Cheers
Hi IPGuru and jpadie,
I put <? Php var_dump($_POST)?> and got array(0) { } , so it looks like i'm not parsing the variables correctly.
Any ideas what I can do to resolve this ?
Thanks
Hi jpadie,
Thanks for the advice.
The Date coding works a treat, Thanks, but the variables are still not echoing on the screen.
Any other ideas where I'm going wrong ?
Thanks again
The person that wanted this website done was specific on how they wanted it to work, which is why its done this way, however, I'll revist the design and see if I can incorporate your suggestion into it and sell the idea / design to them by showing them a working version.
Thanks
FANTASTIC.
Thanks Again Feherke.
I added the Logout php code to the successfull upload page to that ther automatically logged out on each upload.
Works like a charm.
Chears
Hi feherke,
Thank again for the help and the very comprehensive code.
I cut and pasted them into my code, but I have a problem with the login script.
It dosn't matter what i put in as the usercode and passwordcode section, enter.php always tells me that i'm , logged in as USERCODE.
Can you...
Hello,
I have a page ( UploadFile.php ) that is access via another page ( LogIn.html ) which uses, at the moment, a predefined access code and password.
That works great.
What I would like to do is restrict access to UploadFile.php so that it will only open if the last / refering page is...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.