image urls in sql

maxyes

New Member
Messages
24
Reaction score
0
Points
0
is there anyway that i can get image urls into a database and then create a table with the images appearing?
Edit:
can you store an image into a database??
 
Last edited:

VPmase

New Member
Messages
914
Reaction score
1
Points
0
You can't store images in a database, at least to my knowledge.
What you can do is get the link to the image, remember you can't have any sort of image hosting on your account except for your own files, save the link into the database then when you go to retrieve the link put it in the src="" attribute in the <img> tag. A while loop would probably be the easiest way to do this.
 
Top