Can someone help me figure out how to write this correctly...I keep getting errors.
I'm trying to make a link that will just output the $name variable but that name variable will link to mysite.com/name
Code:
echo <a href="http://mysite.com/"$name>"$name"</a>;
I'm trying to make a link that will just output the $name variable but that name variable will link to mysite.com/name