A link is specified using HTML tag . This tag is called anchor tag and anything between the opening tag and the closing tag becomes part of the link and a user can click that part to reach to the linked document. Following is the simple syntax to use tag.

link(target, link) Parameters Used: The link() function in PHP accepts two parameters. target : It is a mandatory parameter which specifies the target. link : It is an mandatory parameter which specifies the name of the link. Return Value: It returns TRUE on success or FALSE on failure. Errors And Exception HTML Tutorial - Text Links HTML - Hypertext Reference (href) A Hypertext Reference (href) is an HTML attribute of an anchor (link) tag that requires a valid URL in order to properly direct a user to a different location. In other words, this Hypertext Reference is where users will navigate to if they do click on this link. Use the demonstration below as a reference. Find URLs in Text, Make Links | CSS-Tricks

HYPERLINK with PHP POST [SOLVED] | DaniWeb

How to convert html page to PHP page | DigitalOcean Dec 21, 2015

Find the Image URL using preg_match() syntax or something similar to extract JPG or PNG or GIF URLs from a mixed text and put them in an array or at last store the first url.

Style the link as a button¶ Add a link styled as a button with CSS properties. A href attribute is the required attribute of the tag. It specifies a link on the web page or a place on the same page where the user navigates after clicking on the link. Example of styling a link as a button with CSS:¶