Hi
I have a script that displays a graph image in png format. This works fine the image is displayed correctly in the browser.
However if I call it from within a HTML table (HTML file is renames with .PHP) no image is displayed only the HTML table.
I am using within HTML table
<img src="http://domain.co.uk/graph/example.php>
I have tried using javascript calls but again nothing displayed.
Bookmarks