Jump to content

Include/iFramey like thing


ilikemath2002

Recommended Posts

if ( $check == "PASSWORD" ) {
define('INCLUDED', true);
?>

<div width="100%"><?php include 'userprofile.php'; ?></div>
<div width="100%"><?php include 'index.php'; ?></div>

 

Of course, you can change this by using stylesheets, etc. Real iFrames would not work without some session stuff because you cannot pass INCLUDED to either of the pages through an iFrame.

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.