Hello, in php I have this command line : printf "The action was successfully completed. Click";

right next to it I want to place a link <a href="http://url.com">here</a> but i keep getting syntax error. How to put an html link command inside the print command?