HTML Tag for the full current URL - IonCube
Posted
by
Amash
on Stack Overflow
See other posts from Stack Overflow
or by Amash
Published on 2012-04-11T11:26:02Z
Indexed on
2012/04/11
11:30 UTC
Read the original article
Hit count: 184
I am creating a website using IonCube. I can use some PHP coding in the HTML page templates, however, I would like to know how to get the FULL URL plus a link when I click on it. For example, My current URL is:
http://example.com/site_search.php?option_1=1&option_2=1
and when I click on a link, it directs me to another added option, so the result will be:
http://example.com/site_search.php?option_1=1&option_2=1&option_3&option_4=8
As you have seen, these are options, and users can select anything.
I appreciate your help - Thanks
© Stack Overflow or respective owner