hello
i tried using
$im=createimage(40,40,40,40);
$white=ImageColorAllocate ($im, 255, 255, 255);
imagecolortransparent($test,$white);
imagegif ($im);
i tried my luck using this ,
but was eable to get this output
GIF87a??©Ëí£?´Ú<³Þ¼û?âH-¦H
i guess that worked
but what i want is too see a square with whit color called 'whitesquare.jpg'
can anyone help me with a simple code for this
mandar