Force Overlay if function returns False in PHP

na172

New Member
I need a way to invoke a non-closable, iframe overlay where the user will have to choose their membership before being able to access any of the pages. I am doing a DB check for something, an if it returns false, then i want to invoke the overlay somehow without disrupting the session_start() function.Any suggestions?
 
Back
Top