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!
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!
Comment