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
PHP/HTML Question. How to change frame after login?
Started by jeena1, Mar 09 2009 02:04 AM
2 replies to this topic
#1
Posted 09 March 2009 - 02:04 AM
|
|
|
#2
Posted 09 March 2009 - 07:00 AM
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.
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
I study Information Systems at Karlstad University when I'm not on CodeCall
#3
Posted 09 March 2009 - 07:28 AM
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.


Sign In
Create Account


Back to top









