Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Displaying a remote image from url stored in my db

Status
Not open for further replies.

kory27

Technical User
Feb 28, 2008
13
US
Hi. I am running cf7 and have a problem. in my application.cfm i have this;

<cfparam name="application.ImgPath" default="<cfparam name="application.TImgPath" default="<cfparam name="application.TImgPath2" default="<cfparam name="application.DImgPath" default="
Basically, they are the paths of my full size and thumbnail images. I am changing the way we are doing things, and the product feed provided that i am integrating has an image path, that i have stored in my sql database Allposters3 in the field productImg2URL. how can i call that to replace the above application setting.

Thanks so much for your help.
 
you would have to use a Rereplace(); or simply make the changes on your site. then write a sql script to replace http:// with nothing.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top