This is the same as the “Javascript Hyperlink Variable Passing” version but using PHP
1 2 3 4 5 |
$link = "red"; echo '<a href="selecticon.php?colour=' . $link . '" target="content" rel="noopener noreferrer">Link 1</a>'; |
This is the same as the “Javascript Hyperlink Variable Passing” version but using PHP
1 2 3 4 5 |
$link = "red"; echo '<a href="selecticon.php?colour=' . $link . '" target="content" rel="noopener noreferrer">Link 1</a>'; |
© 2022 CODEHAVEN