[SOLVED] $_GET and $_REQUEST not working in revcms client

Status
Not open for further replies.

chaddy277

New Member
May 22, 2017
5
0
Probably not the best way to do it but i'm trying to get R63 room forwarding to work:
PHP:
<?PHP
if(!empty($roomid)){
?>
                "forward.type" : "2",
                "forward.id" : "<?PHP echo $roomid; ?>"
<?PHP } ?>

I've tried using isset() as well as empty() but i believe its a probably with how revcms works or the PHP itself, I'm a bit clueless to what the problem is..

Does anyone know why its not working?
Thanks.
 
Status
Not open for further replies.

Users who are viewing this thread

Top