Hi,
I have a PHP script that outputs a chart Gif
This script is within a php3 webpage.
For example, the url could be
eg.www.mydomain.com/index.php3?Stat=83
In my page, I inserted the follow line :
<img src="pic.php3?Stat=$Stat">
the image won't recognize the 83 i am sending to the page.
I am suppose to send the php image script(within the index.php3 page) a certain number to use in the Gif image.
But it somehow doesn't read the information(the index.php3?Stat=83 part).
the image won't recognize the 83 i am sending to the page.