Re: [PHP-WIN] Re: cookie problems...

2002-09-04 Thread Nicholas Stuart
me visible until the next loading of a page that > the > cookie should be visible for. To test if a cookie was successfully > set, > check for the cookie on a next loading page before the cookie expires. > " > > -- > > > Best regards, > George Nicolae > IT Ma

[PHP-WIN] cookie problems...

2002-09-04 Thread Nicholas Stuart
Hello all, I seem to be having problems with getting cookies to set correctly. I use the following code: ___ header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT"); header("Cache-Control: no-s

RE: [PHP-WIN] PHP or Apache error?!?

2002-07-01 Thread Nicholas Stuart
from mine: > > ; Maximum allowed size for uploaded files. > upload_max_filesize = 2M > > There is a call you can make in PHP to change it for certain scripts, > although I'm not sure what it is. > > -Dash > > -Original Message- > From: Nicholas Stuart [ma

[PHP-WIN] PHP or Apache error?!?

2002-07-01 Thread Nicholas Stuart
Hello all, I seem to be having an odd problem with uploading files. The problem is I'm trying to upload multiple files at a time, but when I try to do anything more then 10 megs it doesnt work. It doesnt give any error reports or anything it just goes to the page and acts as if no files were uploa

Re: [PHP-WIN] file upload woes...(solved)

2002-06-26 Thread Nicholas Stuart
DUH! never mind the newb over in the corner! Changed the wrong max file size setting. Oh well...live and learn! Nicholas Stuart said: > Hello and good day all. I am having problems trying to upload files > through php. Followed the online manual and the uploading appears to > work

[PHP-WIN] file upload woes...

2002-06-26 Thread Nicholas Stuart
Hello and good day all. I am having problems trying to upload files through php. Followed the online manual and the uploading appears to work fine for small text files. But when I go to try and upload say an mp3 it doesnt work. It just spits back the error:Warning: Unable to open '' for reading: N