|
Posted by Captain Paralytic on 11/27/07 15:23
On 27 Nov, 15:01, Mike <ampel...@gmail.com> wrote:
> On Nov 27, 9:47 am, Captain Paralytic <paul_laut...@yahoo.com> wrote:
>
>
>
> > On 27 Nov, 14:37, Mike <ampel...@gmail.com> wrote:
>
> > > Hello,
> > > I have a Login page that checks a Db for a Un and Pw using ajax.
> > > If the Login is incorrect, they just get a embedded message.
> > > If it is correct, I want to redirect COMPLETLY.
> > > Whats happening is the new page is being embedded into the login page,
> > > and I dont want that.
> > > ............................
> > > if ($rowcount==0){
> > > echo "<p>Wrong Username or Password Dufus</p>";}
>
> > > else
> > > {//echo "<p>Your logged in $result_1[U]</p>";
> > > $_SESSION['U'] = $result_1[U];
> > > $_SESSION['P'] = $result_1[P];
> > > header( 'Location: Main_Mockup.php' );}
>
> > > ...............................
>
> > > Any suggestions for this
> > > Thanks
> > > Mike
>
> > I think that "Your logged in" should possibly be "You're logged in".
>
> > Now for your initial question, it depends on what you are doing on the
> > client with this returned data. Are you in a frame? Maybe you could
> > use the href object?- Hide quoted text -
>
> > - Show quoted text -
>
> Thank,:)
> I dont proofread till the end
> I am not in a frame (yuk).
> I just want to redirect out to a new page and keep my _session
> Variables (Which it does anyway).
> I'm pretty good with php, but new at AJAX.
> Thanks,
> Mike
What I was trying to point out is that you have shown us nothing about
what you are doing on the client, so it is dificult to advise what you
should do differently.
Navigation:
[Reply to this message]
|