No Re-direct
In the attached form the re-direct is not working, can you see why?
Please
Thanks
Nick
In the attached form the re-direct is not working, can you see why?
Please
Thanks
Nick
my guess is that a php error is occuring causing the redirect to fail.
add the following code at line 1 to turn error reporting on:
<?php
error_reporting(E_ALL);
ini_set('display_errors','on');
?>
i suspect that this line is causing the error:
<?PHP session_start() ?>
there should be a semi colon at the end:
<?PHP session_start(); ?>
No luck and no error reported here is refined version of the file.
is the info going to the database?
what size are the images you are uploading?
could be the image size exceeding the post max size setting in the php.ini file. try uploading very small images.
Images are not the probably, although as I re-built this, section by section the form did not like the file-upload-field until was bound to the database.
The two updates work perfectly and a session is re-written. Everything works except the re-direct.
The error code does not report any error!
Well, i don't see the error reporting code on the last page you sent.
If the updates are working, i cont see why the redirect would not occur if there is not an error on the page.
the redirect page is set at line 221:
$WA_redirectURL = "untitled.php";
then gets executed at line 251:
header("Location: ".$WA_redirectURL);
what happens if you change line 251 to:
die("Redir: ".$WA_redirectURL);
header("Location: ".$WA_redirectURL);
Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.
These out-of-the-box solutions provide you proven, tested applications that can be up and running now. Build a store, a gallery, or a web-based email solution.