Jump to content

HTML output & PHP


smti

Recommended Posts

Hello,

 

I need to check to see if  a variable is set using: if (isset($_SESSION['login'])){ if the login variable is true, I need to output the rest of the  HTML page like this one:

 

<html>

<head><title>test</title>

    </head>

        <body>

          <div id="blah>

            <p>

          </body>

</html>

 

Does anyone know of an easier way to output the page if the statement is true? (Rather than echoing each line and replacing double quotes for lines with say <div id="blah> with <div id='blah'/>) I hope there is an easier way! Echoing the lines and changing every double quote would be a pain.

 

Also -- If the login variable is false, I need to redirect the user back to the login page.

 

Any ideas would be greatly appreciated!

 

Thanks,

 

smti

Link to comment
https://forums.phpfreaks.com/topic/98738-html-output-php/
Share on other sites

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.