URL parameters
Posted: Mon Dec 28, 2020 8:08 pm
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
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