Hi I was wondering if anyone can help me, I have created a script to write data direct from my sql database to a premade image. So i can have a constantly updated forum signature for each member.
However when I run the script it saves the image file to the main directory on my webserver. What I would like help with is how do i change the directory that the file is saved into.
$callsign = a members unique number
$callsign1="$callsign.png"; //filename based on callsign value
imagepng($im,$callsign1);
imagedestroy($im);
thanks for looking
all the best for 2006
kind regards
Lee