Help with redirect button in PHP?

Michael

New member
Supposed I have this variable inside php tag:

$link = "www.link.com";

How can I create a button that can redirect to the $link?
 
Back
Top