Forum Moderators: coopster
<form method="post" name="form" action="EditProjects.php">
This is not working with this form however. If I use the code above the form will redirect but not submit. If I leave it as :
<form method="post" name="form" action="<?php echo $editFormAction;?>">
it will submit but not redirect. I am still somewhat new and I don't completely understand what the $editFormAction does, but it seems as if it should work.
Any ideas?
// when myProcess.php job is done
// you may redirect as follow
// if OB is turned on in your php.ini
header("Location:where_ever_you_want_to_go.php");
However in order to help you better we need to see more code
what is related to: $editFormAction