[PHP-WIN] Creating a transparent image

2001-11-29 Thread epankoke
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

[PHP-WIN] Getting The Name Of A Form Within A Script

2001-10-10 Thread epankoke
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]

[PHP-WIN] File Upload Question

2001-12-03 Thread epankoke
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