making iframe visible after login

Re: making iframe visible after login

by Nathan Friend -
Number of replies: 0

Hello Matt,

Put your iframe inside an if statement.

if (isloggedin()) { echo "<iframe stuff here>"; } 


Cheers,


Nathan.