Re: [PHP] File Upload Problems

2004-08-11 Thread Mark Collin
get a white screen with no errors displayed or a 404 page and really cannot work out what is going on. Does anybody have any other ideas as to where I may have gone wrong ? "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]: > Mark Collin wrote:

[PHP] File Upload Problems

2004-08-05 Thread Mark Collin
I'm having problems with my file upload code. If I start to upload files larger than a approx 400k the page seems to time out and I get a page cannot be displayed error. I have checked the php.ini on the server and max file size is 2Mb and max Post size is 8Mb. I initially thought that the scr

[PHP] Re: upload_tmp_dir Not Working

2004-07-30 Thread Mark Collin
Have you phsyically checked what is in /home/site/temp/ directory ? I suspect the file is being placed there but php is just referring to it as /temp/ "Monty" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]: > In my .htaccess file I have... > > php_value upload_tmp_dir /home/sit

Re: [PHP] Problem with $_SERVER['PHP_AUTH_USER'] and $_SERVER['PHP_AUTH_PW']

2004-07-29 Thread Mark Collin
redirect to error page exit; } else { //Redirect to default restricted area page for logged in users } "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]: > > From: "Mark Collin" <[EMAIL PROTECTED]> > > >

[PHP] Problem with $_SERVER['PHP_AUTH_USER'] and $_SERVER['PHP_AUTH_PW']

2004-07-28 Thread Mark Collin
Does anybody have any ideas on how I can prevent caching of $_SERVER['PHP_AUTH_USER'] and $_SERVER['PHP_AUTH_PW'], or clear them? I currently have a restricted area on the site I'm currently designing and all works well until I log out. When I log out I successfully destroy the session and the

Re: [PHP] Image manipulation in PHP

2004-07-20 Thread Mark Collin
Thanks for the advice, I will look into it. "Jason Wong" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]: > On Tuesday 20 July 2004 19:28, Mark Collin wrote: > > > Is there any support for TGA images in PHP. > > Not builtin. > > > I have

[PHP] Image manipulation in PHP

2004-07-20 Thread Mark Collin
Apologies in advance if this is a repost, my original message was held up while awaiting confirmation of my e-mail addy and such and I haven't seen it appear yet. Is there any support for TGA images in PHP. I have been writing some code to upload files, convert them to JPG and create thumbnail

[PHP] TGA image support?

2004-07-19 Thread Mark Collin
Is there any support for TGA images in PHP. I have been writing some code to upload files, convert them to JPG and create thumbnails however I cannot find any information on using TGA files as the source. Can anybody help? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: