Ask a Question related to Dreamweaver AppDev, Design and Development.
-
Jaunty Edward #1
redirect to $accresscheck
Hi,
If we use restrict user on a page and send them to login page, the
login page gets an additional GET Variable called $accesscheck that
contains the value of the request login page.....logically after the
user provides a valid user pass he should be redirected to the
$accesscheck.
But
does not redirect it to the requested page.
Here is what I am doing,
$mygoto = "http://localhost" . $_GET['accesscheck']; // this will make
the url absolute.
Then I set the value of after succes go to $mygoto
$MM_redirectLoginSuccess = $mygoto;
this should work, but it does not, it logs in the user but keeps him
on the same login.php page.
Please help
if someone has used this somewhere just paste the code and I will pick
it up on my own.
Thanks
Jaunty Edward Guest
-
redirect
How would you redirect a visitor to another page if javascript is disabled in his browser? Obviously, you couldn't use javascript in this case. ... -
redirect to guest if first redirect is doesnt work for a user
Hi all, I was wondering if anyone could help me solve a problem Once a user hits a certain webpage ..I try to redirect them to another using... -
redirect?!?!?
Hi i am wondering if anybody knows how to redirect a user to another page if a statement returns true? Here is the code, I am using PHP: // check... -
[PHP] Redirect URL
Hi I have form in file register.php. The action of this form is the same - register.php the form validation script is included in this file like... -
Redirect to New Browser Window like Response.Redirect
That worked just fine for me as long as you put that open statement on one line rather than 2. "michel" <michely3k@yahoo.com> wrote in...



Reply With Quote

