Page 1 of 1

URL parameters

Posted: Mon Dec 28, 2020 8:08 pm
by pavlos
I have created an overlay menu and I want to pass URL parameter for internal links with the above parameter:
skin=<?php echo $db_extra1; ?>

As you can understand I have an extra field on user account db which is a personal selection of the skin that each user prefers.

And when I am calling the page I get the following result http://192.168.1.19/f7/hr.php?skin=
without the db value.

Thank you in advance

Re: URL parameters

Posted: Mon Dec 28, 2020 9:07 pm
by Pablo
Maybe you have enabled 'Remove PHP during preview' in Tools -> Options -> Publish ?
And are you sure the variable $db_extra1 has been set?