Im new to PHP and here's what I want to do...
I want the WordPress plugin TablePress to automatically display a url location in a specfic coloumn as a sized image, however, i'd like the url location of the image to be imported to the domain of the site itself. ie.. www.amazon.com/image.jpg will be exported to www.mysite.com/image.jpg and so this will happen and then the image will be shown as the image not a link.
Next, buy link www.amazon.com/buylink will be displayed on a button image.
So, my question is, how do i go about doing this? Im totally new to PHP and know basic HTML.
Thanks