Jump to content

Image URL into MYSQL?


nero

Recommended Posts

Simple

 

Just have the image URL in the DB and fetch it

 

and put in the <img> tag

 

like

 

<img src=$image_url></img>

 

$image_url is the rerieved vale from DB.

 

display all images then loop the query and the image will be displayed.

 

I guess we do have some postings related to this so do have a look.

Link to comment
https://forums.phpfreaks.com/topic/282-image-url-into-mysql/#findComment-852
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.