How can I include a web link in my website using PHP code?

SupaDawg

New member
I am studying HTML,Javascript and some PHP. With help I have coded a PHP program that creates a HTML page. Within the PHP code I want to place a link to another website. Using HTML it's:
<a href="http://www.faststone.org/FSResizerDownload.htm">Fastone Photo ResizerDownload</a>
But I need to know how to do it using PHP code.
 
Back
Top