Hi
My environment:
windows server 2000, php 4.3.1, IIS
I have a page in my project that displays a graph after some data has been gathered.
Imagejpeg($im, "graph2.jpg", 90);
// destroy jpeg
Imagedestroy($im);
echo "<img src=\"graph2.jpg\" alt=\"GDSS2\" border=\"0\" >";
The virtual directory in IIS is server which points to "C:\maint\server"
If I create another virtual directory (ie graphtemp, "C:\maint\graphtemp" ), then how do I reference this as my arguement to "img src"
thanks
knel