[SOLVED] Working with {url_prefix}
Posted: Fri Feb 04, 2005 1:23 pm
I currently have a database with a table that contains images with are stored as follows:
{url_prefix}/image.php?filename=ps_468x60_1.gif&contenttype=gif
I would like to access this field and replace the {url_prefix} with my domain address http://www.mydomain.com. I only want this change to happen upon a Select request and not through a conversion of the table to include my domain information. The resulting path should look as follows:
http://www.mydomain.com/image.phpfilena ... nttype=gif
Thanks in advance for your help,
Pepper28
{url_prefix}/image.php?filename=ps_468x60_1.gif&contenttype=gif
I would like to access this field and replace the {url_prefix} with my domain address http://www.mydomain.com. I only want this change to happen upon a Select request and not through a conversion of the table to include my domain information. The resulting path should look as follows:
http://www.mydomain.com/image.phpfilena ... nttype=gif
Thanks in advance for your help,
Pepper28