What I would like to be able to do is to draw one image transparently over another.
This is my function so far:
function create_image()
{
global $im1;
$im1 = @ImageCreateFromJPEG("d:\\projects\\graphics\\image1.jpg");
if(!$im1){
return false;
exit;
}
$im2 = @ImageCreateFromJPE
When you set up a form in HTML whose action is a .php script (ie: ), is there some way to get the name of the form within the
.php script?
Eric
___
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
I am trying to create a script that will allow a user to upload images. For some
reason the server requires both the write and execute properties on the directory to
be set in order for the image to uploaded and displayed. I don't understand why the
execute method needs to be set, since I don