문제

I was wondering if it's possible to display an image from a site like imageshack on my website using a data base, for example, I use the URL some where in the database, and when I display that data, the picture is displayed as well.

Is it possible to do this and if so, how should I go about doing it?

도움이 되었습니까?

해결책

The other commenters here are correct. Simply store the tags with the correct link in your database as text.

You can store it, you can't, however, display it in your database as the database only holds data. This would require another language such as Java, Python, PHP or any language with a database accessor class.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top