[PHP] PHP mail function From header not working

2003-02-13 Thread Marco Alting
When I try to use a php script, to send an email, the From header is replaced by a senders email address of my provider. Is there any way to make it so my email address shows up in the From header? In the script I used fake addresses, because of client privacy reasons... ? $email = [EMAIL

[PHP] using NETpbm in PHP script.

2003-01-29 Thread Marco Alting
Does anyone have experience in how to use NETpbm functions in a PHP script on a server that is in Safe Mode? I want to resize images as they are uploaded. I'm almost there, but I get a safe mode restriction error, which tells me about a security conflict between the script-user-ID and then

[PHP] File upload security

2003-01-23 Thread Marco Alting
Hi, I have a php script which uploads file to a webserver. The idea is that anyone can upload files, but only another php script can read the files. At this moment I think someone is deleting file from my upload folder. What CHMOD settings do I need to secure this? -- PHP General Mailing List

Re: [PHP] GD version 1.6.2 and resizing images...

2003-01-17 Thread Marco Alting
]... On Thursday 16 January 2003 17:43, Marco Alting wrote: My provider has GD version 1.6.2 running, and I'm trying to dynamically resize uploaded JPEG images. But ofcourse that doesn't work with that version. Does anyone have another solution to automatically resize JPEG images upon upload

[PHP] GD version 1.6.2 and resizing images...

2003-01-16 Thread Marco Alting
My provider has GD version 1.6.2 running, and I'm trying to dynamically resize uploaded JPEG images. But ofcourse that doesn't work with that version. Does anyone have another solution to automatically resize JPEG images upon upload? -- PHP General Mailing List (http://www.php.net/) To