URL parameters

All WYSIWYG Web Builder support issues that are not covered in the forums below.
Forum rules
IMPORTANT NOTE!!

DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.



PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901

MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Post Reply
pavlos
 
 
Posts: 1
Joined: Mon Dec 28, 2020 7:38 pm

URL parameters

Post 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
User avatar
Pablo
 
Posts: 23595
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: URL parameters

Post 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?
Post Reply