开发者

hyperlinks in phpmyadmin

I have an excel spreadsheet, with one of the columns in form of hyperlinks which when clicked opens a particular web page which is not stored on my computer. How do I import these hyperlinks into phpMyAdmin开发者_StackOverflow and make them clickable? The import function creates text which is not clickable.

Thanks!


You can't make the links clickable. MySQL stores only plain text.

However, you could create a web page that displays the data from the database (this is the normal reason for using MySQL) and automatically makes URLs hyperlinked, but you would need PHP or another server-side language.

In theory you could add that functionality to phpMyAdmin, but it's a brave man who tries to find his way through PMA's mess of code. :p


Don't believe you can. MySQL has no concept of "clickable links" and thus neither does phpmyadmin.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜