It is so hard to think of how i should be typing questions etc into search engines..
None of them have brought out any results that have helped..
I was wondering about the following:
I am going to be using <?php Include to import info from an external site (with thier permission)..
The company doesn't mind me doing this however they will not adjust any settings to make my life easier.
I would like to know if i am able to <?php include and with some extra php coding in my site, be able to
change the img src tags to point to the original site.. Currently when i do the include it shows the foldername/image.gif
But i want it to grab the file from the original site and not try to access my server..
For Example:
CURRENT FORMAT -- img src="images/foldername/image.gif"
PREFERRED FORMAT -- img src="http://www.sitename.com/images/foldername/image.gif"
Is it at all possible to somehow do this all within some php coding in 1 file?