Dec 4th, 2010, 11:35 AM
(This post was last modified: Dec 4th, 2010, 1:47 PM by azparrothead.)
Thanks for the reply Ben...
The first page is fine with https://ssl4.westserver.net/phinstothewe...ration.php.
(it is the basic instructions and data collection, it transfers to the first pages just fine.
It transfers to https://ssl4.westserver.net/phinstothewe.../step1.php just fine.
I have the parms set in page 1 as:
$params = array(
"submit_button" => "continue",
"next_page" => "step2.php",
"form_data" => $_POST,
"file_data" => $_FILES
);
When I het the continue button, I get
"The requested URL /2011/step1.php was not found on this server" (Step1 is what is showing) it seems the
https://ssl4.westserver.net/phinstothewest.com portion is missing!!!
Does the "next_page" need to have the fully qualified url? That didnt seem to work well either
Thanks So Much!!!
The first page is fine with https://ssl4.westserver.net/phinstothewe...ration.php.
(it is the basic instructions and data collection, it transfers to the first pages just fine.
It transfers to https://ssl4.westserver.net/phinstothewe.../step1.php just fine.
I have the parms set in page 1 as:
$params = array(
"submit_button" => "continue",
"next_page" => "step2.php",
"form_data" => $_POST,
"file_data" => $_FILES
);
When I het the continue button, I get
"The requested URL /2011/step1.php was not found on this server" (Step1 is what is showing) it seems the
https://ssl4.westserver.net/phinstothewest.com portion is missing!!!
Does the "next_page" need to have the fully qualified url? That didnt seem to work well either
Thanks So Much!!!