Hi !
I've written a small javascript which only writes an dynamic image-Tag to the screen.
It works with the call 'http://someserver/imginclude.html?pic.jpg
Now I want to include this output in an PHP-File on another server. Is it possible ? I've tried include, require an fopen.. but nothing works. They get me the JavaScript-Sourcecode or say, that the file doesnt exist. But I want the output !
Any idea ?
PS.: I want to link pictures on an nbci-server. ;o) (The server doesnt allow this normally.)