my form contain this button and function Redirect()
is redirecting to the another page and variable $map_array
containing a URL
that I am trying to get in another page but its not displaying the value after the ampersand(&
) sign.
<a onClick="Redirect();return false;" href="<?php echo $map_array[0][1]['deeplink']; ?>"
style="background-color:#ff8c21;" class="btn btn-warning btn-lg">
Buy Now</a>