Jump to content

showing new page on if statement


Tunacha

Recommended Posts

Well here is the statement i have

 

   if($sock_init != 'FALSE'){
        if($dsp_connected == '1'){
        include (online.php);
    }
   }
   }
   }
   

What i want to do is have the online.php Show on the same page this if statement is on if dsp_connected = 1 what would i use to do this

Link to comment
https://forums.phpfreaks.com/topic/162389-showing-new-page-on-if-statement/
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.