Snippets tagged “hyperlinks”
2 snippets use this tag.
- Convert plain text URLs into HTML hyperlinks in PHPPHP
You can use the preg_replace() function in PHP to convert plain text URLs into HTML hyperlinks.
- How to Open Hyperlink in a New WindowHTML
How to open hyperlink in a new tab using the target="_blank" attribute. Learn also how to do that by using JavaScript window.open function. See examples.