PHP/HTML Question. How to change frame after login?

Struggling with PHP or HTML? Got any tips? Drop in here to share your questions and answers. Newbies and gurus welcome!
Post Reply
User avatar
Andrrew
Rank 0
Rank 0
Posts: 1
Joined: January 28th, 2011, 7:57 am
Contact:

PHP/HTML Question. How to change frame after login?

Post by Andrrew »

I have a small login script written in PHP, everything in that regard is written. The Login is in one frame on top.

However, when the user logs in I want another frame to display a set of links only available to those logged in.

How can I do this?, Thanks!
Last edited by Andrrew on February 5th, 2011, 5:28 am, edited 1 time in total.
User avatar
Paul
Development Team Leader
Development Team Leader
Posts: 1132
Joined: October 20th, 2007, 2:23 pm

Re: PHP/HTML Question. How to change frame after login?

Post by Paul »

You need a little bit coding to have logic if user is logged in, then display whatever accordingly...
User avatar
paulwalker_92
Rank 1
Rank 1
Posts: 9
Joined: July 10th, 2011, 8:47 am

Re: PHP/HTML Question. How to change frame after login?

Post by paulwalker_92 »

Thanks 4 your support :)
I am Paul Walker and I Love 2 learn
Post Reply