Jump to content

[SOLVED] ??? header (Location : somepage.php target=_new ???


jrm

Recommended Posts

On my intranet site I use frames to display a multitude of data from my databases depending upon which subject is requested, ie Employee information and status, Company info and status, .... this list goes on......

I am trying to get away from MS Access for my front end and go completely webbased, and I want the employees to log on to the intranet to be able to write/edit/view the information.  So, in my login script, when verified to login, I want to be able to redirect to the "member" page in a new window.  But, after looking into some other options, which I should have done before,  I think that I will redirect the employees to a SSL page in a new window.

Link to comment
Share on other sites

I am still not sure exactly what you are trying to do but I think that this is what you are talking about.

 


header("Location: logged_in.php");

 

You would put that in the script if they passed the criteria for login. For example if the user has the correct login information take them to logged_in.php.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.