Flux rss

How to turn a URL into a hyperlink

Published by jak58, last update on Friday October 10, 2008 02:45:34 PM by jak58

How to turn a URL into a hyperlink






If you are using PHP, there is a simple way to turn a URL into a hyperlink when inserting the address into your PHP document. This process is mostly used to ease the users' search of external websites or pages; there are no copy and paste issues that he will have to face to be able to visit the desired page. It also saves much time and will make your webpage more user friendly.

You can copy and paste the link below in your PHP document:

<?
$message = eregi_replace("((([ftp://])|(http(s?)://))((:alnum:|[-\%\.\?\=\#\_\:\&\/\~\+\@\,\;])*))","<a href = '\\0' target='_blank'>\\0</a>",$message);

$message = eregi_replace("(([^/])www\.|(^www\.))((:alnum:|[-\%\.\?\=\#\_\:\&\/\~\+\@\,\;])*)","\\2<a href = 'http://www.\\4' target='_blank'>www.\\4</a>",$message);
?>
Typos can bedevil online political campaigns A woman watches a video-taped message from Barack Obama on his website, in Washington, DC. Typos can bedevil online political campaigns by letting evil software wizards or crafty king-makers turn misspellings into opportunities for sabotage or theft,... en.kioskea.net/actualites/typos-can-bedevil-online-political-campaigns-10596-actualite.php3
New media turn Beijing into e-Games A general view of a women's track and field event at Hayward Field, in June, in Eugene, Oregon. Thanks to new technology, the Beijing Olympics will be accessible to more people than ever before, and in increasingly diverse ways. Office workers,... en.kioskea.net/actualites/new-media-turn-beijing-into-e-games-10574-actualite.php3
Internet - Uniform Resource Locator A URL (Uniform Resource Locator) is a universal naming format used to indicate a resource on the Internet. It is a printable ASCII character string which breaks down into five parts: The name of the protocol: i.e. in a way the language used to... en.kioskea.net/internet/url.php3
How to convert Excel into PDF?How to convert Excel into PDF? Here is a small tips about how to convert your excel files into PDF for your presentation. PDF995 is software that gets installed on your computer which enables you to print any sources of document to PDF.... en.kioskea.net/faq/sujet-552-how-to-convert-excel-into-pdf
Converting your PDF file into an ImageConverting your PDF file into an Image Universal Document Converter PDF2IMAGE PDF TO IMAGE CONVERTER You could have encountered difficulties to modify PDF docs in the past. Nowadays this is no more trouble as there are several PDF... en.kioskea.net/faq/sujet-187-converting-your-pdf-file-into-an-image
How to remove Hyperlink on copied text from website?How to remove Hyperlink on copied text from website? When copying information on website, obviously the hyperlink from the text will also appear on the edited text. To remove the hyperlink from the text, you need to right on the designated... en.kioskea.net/faq/sujet-320-how-to-remove-hyperlink-on-copied-text-from-website
XP to look like Vista (Solved)Hello, I have a question. I've seen on somebody's computer a program so that Windows XP was looking like Windows Vista, and i don't remember the name of the program. It was something containing 'vista', but i don't know... en.kioskea.net/forum/affich-28730-xp-to-look-like-vista
Dynamically Creating HyperlinksHello, I am looking for a script (javascript or PHP) that I can insert into one of my web pages that will search the text on the page and add hyperlinks to key words. Anyone know of a script like this? en.kioskea.net/forum/affich-15311-dynamically-creating-hyperlinks
My PC turns on on its own when plugged in.My Notebook is plugged into an extension which at the same time has an On/Off switch. Every time I switch on the extension my PC turns on skipping its own start switch, how can I avoid it without unplugging it?? en.kioskea.net/forum/affich-9391-my-pc-turns-on-on-its-own-when-plugged-in
Download FoxFilterFoxFilter is simply a parental control included into the navigator Firefox. Restrictions are based on your preferences, that it is key words, sensitive parameters or links specific URL. FoxFilter is intended for the parents who want to restrain or... en.kioskea.net/telecharger/telecharger-527-foxfilter
Download TurboCASHTurboCASH is a financial management software. It is designed for individual use or for SMEs. It offers an interface personalize and many management functions of books of account, payroll, invoices and much more. The software in English is completely... en.kioskea.net/telecharger/telecharger-1088-turbocash
Microsoft entices governments into the Internet AgePresident, Microsoft International Jean-Philippe Courtois gives a speech in Brussels in 2007. Microsoft on Tuesday began a free program aimed at turning local governments into "e-governments" by using computer software and the Internet to better... en.kioskea.net/actualites/microsoft-entices-governments-into-the-internet-age-10010-actualite.php3
China to roll out new turboprop plane: reportFile photo shows an aeroplane model on display at the Zhuhai International Aviation and Aerospace Exhibition in Zhuhai, China. China's new MA600 turboprop plane is expected to make its debut at the weekend with the aim of increasing Chinese... en.kioskea.net/actualites/china-to-roll-out-new-turboprop-plane-report-10484-actualite.php3
With newest technology, US police turn table on car thievesThe video game "Grand Theft Auto: San Andreas". In some US cities, police have turned the thieves' greed and nifty new technology around on them, letting the car catch the crook In some US cities, police have turned the thieves' greed and... en.kioskea.net/actualites/with-newest-technology-us-police-turn-table-on-car-thieves-10536-actualite.php3
HTML - Hyperlinks Hypertext links or hyperlinks (anchors) are HTML elements that, when clicked on, enable readers to visit a new address. Hyperlinked text is underlined by default. Hyperlinks are what connect web pages to one another. They are used to travel: to... en.kioskea.net/html/htmlhypertxt.php3
Attacks - URL manipulation The URL (Uniform Resource Locator) of a web application is the vector that makes it possible to indicate the requested resource. It is a string of printable ASCII characters that is divided into five parts: The name of the protocol: this is in some... en.kioskea.net/attaques/manipulation-url.php3
Webmastering - Web languages The term "web" refers to the Internet service that allows users to browse through webpages. The protocol used for this type of communication is HTTP protocol (HyperText Transfer Protocol), which explains why the URLs that you type into a browser... en.kioskea.net/web/weblang.php3