Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Normal
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?
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?