WintersMystic
Programmer
i am learning how to create images with php. i have it going pretty good, but now im wondering if it is at all possible to save the image into .jpg .png or .gif formats?
if so how?
also, on ImageColorAllocate($im, 225, 0, 0); is it possible to send the numbers from three form text boxes to 225, 0, 0 ? ive tried
ImageColorAllocate($im, $One, $Two, $Three);
thank you
P.S. im working on a webhost, i dont have PHP on my PC
if so how?
also, on ImageColorAllocate($im, 225, 0, 0); is it possible to send the numbers from three form text boxes to 225, 0, 0 ? ive tried
ImageColorAllocate($im, $One, $Two, $Three);
thank you
P.S. im working on a webhost, i dont have PHP on my PC