figured it out incase anyone else needs this
<a href="<?php echo "$variable" ; ?>"> LINK HERE </a>
User Profile
Collapse
-
Having problems displaying variables in php page
when I echo "$variable<br>" ;
it shows the link perfect....
but when i create <a href="$variable ">button</a>
i get a solid white page?
How should I be doing this? All i want is to turn my variable into a clickable link!
No activity results to display
Show More
Leave a comment: