Jump to content

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

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
2 replies to this topic

#1
jeena1

jeena1

    Newbie

  • Members
  • PipPip
  • 13 posts
Hello,

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!

---------------------------------

Polo Shirt Printing
T shirt Embroidery

#2
Orjan

Orjan

    Writes binary right handed and hex left handed

  • Moderators
  • 3,299 posts
I'd let go of the frames, and create one large page and always output the content of the frames you have today instead. it gives much better control.
easiest way is to include those pages code into the php on appropriate places.
Xav is gonna scream, but one step better than using frames is to create a large table, the best way is by placing the content by div-tags and a css for placing the information.
__________________________________________
I study Information Systems at Karlstad University when I'm not on CodeCall

#3
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
I half agree. Drop the frames (not really a good idea 99% of the time). Depending on the content, use the most appropriate tag to present that data.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog