excel - hyperlinks in phpmyadmin -
I have an Excel spreadsheet, which is one of the columns in the form of hyperlinks, when clicking on a specific web page What is not, which is not stored on my computer, how can I import these hyperlinks into phpMyAdmin and make them clickable? Import function creates text which is not clickable.
Thank you!
You can not make the link clickable, MySQL stores only plain text.
However, you can create a web page that displays data from the database (this is the common reason for using MySQL) and automatically hyperlinks URLs, but you have to type PHP or another Server-side language
In principle you can add that functionality to phpMyAdmin, but it is a brave man who tries to find his way through code of the code of PMA. : P
Comments
Post a Comment