RE: [PHP-WIN] Session Vars

2003-08-26 Thread Dean Hayes
Thanks i fixed the problem i used Zone Alarm Pro With Web Filtering and it disables all cookies even session cookies so instead of PHPSESSID i udes the function session_id() it took me awhile to find out about it on the site but it all works now Dean "The Insane Guy" Hayes Mystical Web Design

php-windows Digest 26 Aug 2003 00:18:41 -0000 Issue 1886

2003-08-26 Thread php-windows-digest-help
php-windows Digest 26 Aug 2003 00:18:41 - Issue 1886 Topics (messages 21235 through 21246): Re: MS Word COM Object formatting 21235 by: Sven Schnitzke Session Vars 21236 by: Dean Hayes 21241 by: Disko_kex 21242 by: Dean Hayes 21246 by: Dean Hayes Re:

RE: [PHP-WIN] Array question

2003-08-26 Thread Warren Vail
I am beginning to see, I think, what you are dealing with, the pos() function (and others) are used to step thru arrays moving a cursor pointer as you go, and logically would be connected with next() and prev() to step forward and backward. This is more logical to use when the keys assigned are no

[PHP-WIN] Upload aborted with timeout

2003-08-26 Thread M.Staiger
Hello NG, for some reason we have problems with midsize to big file-uploads (around 5MB and bigger) that are performed by the website-visitors. It most likely ends in a time out (60 sec), even though the internet-connection is sufficiant (server AND client). We already tried everything (known to u

[PHP-WIN] Re: Upload aborted with timeout

2003-08-26 Thread M.Staiger
forgot this one : win2k server, iis 5.0, php 4.3.2 ISAPI "M.Staiger" <[EMAIL PROTECTED]> schrieb im Newsbeitrag news:[EMAIL PROTECTED] > Hello NG, > > for some reason we have problems with midsize to big file-uploads (around > 5MB and bigger) that are performed by the website-visitors. It most l

[PHP-WIN] File upload error with 4.3.1 and NT

2003-08-26 Thread Kris Jurka
I'm experiencing a rather bewildering problem when uploading files. Most of the time file uploads work as expected, but on certain files they mysteriously disappear and do not appear the $_FILES. The result of print_r($_FILES) for these certain files looks like this: Array ( [file] => Array ( [

RE: [PHP-WIN] End of Page characters

2003-08-26 Thread Gerardo Rojas
Yes, holding down the ALT key and using the numeric keypad and typing 014, does force a page break in MS Word. My question now is how do I detect these values in PHP? I want to take an MS Word document and parse it with PHP, breaking up each page (in a multiple page MS Word document) into a fi

php-windows Digest 26 Aug 2003 13:54:10 -0000 Issue 1887

2003-08-26 Thread php-windows-digest-help
php-windows Digest 26 Aug 2003 13:54:10 - Issue 1887 Topics (messages 21247 through 21251): Re: Array question 21247 by: Warren Vail Upload aborted with timeout 21248 by: M.Staiger 21249 by: M.Staiger File upload error with 4.3.1 and NT 21250 by: Kris Jurka

[PHP-WIN] Web page timeout with PHP 4.3.3 on IIS & Win2K

2003-08-26 Thread Scott Stricker
Running PHP 4.3.3 on a Win2K box with IIS. Before I installed 4.3.3, I was running 4.3.2 and phpmyAdmin. Had not done any tweaking of PHP install when I installed 4.3.2 and everything worked fine. Now after installing 4.3.3, I get page timeouts. I've run php.exe -i from the command line and did

[PHP-WIN] Re: Web page timeout with PHP 4.3.3 on IIS & Win2K

2003-08-26 Thread Scott Stricker
FYI, I've since removed 4.3.3 and re-installed 4.3.2 and it worked immediately. Only difference I noticed in install was 4.3.2 only showed WWW Service in list to add .php to, whereas 4.3.3 showed WWW Service and all sites with .php reference. -- E. Scott Stricker - NGIT @ Smartlink "Scott Strick

[PHP-WIN] Re: Web page timeout with PHP 4.3.3 on IIS & Win2K

2003-08-26 Thread M.Staiger
"Scott Stricker" <[EMAIL PROTECTED]> schrieb im Newsbeitrag news:[EMAIL PROTECTED] > FYI, I've since removed 4.3.3 and re-installed 4.3.2 and it worked > immediately. Only difference I noticed in install was 4.3.2 only showed WWW > Service in list to add .php to, whereas 4.3.3 showed WWW Service

[PHP-WIN] Re: Web page timeout with PHP 4.3.3 on IIS & Win2K

2003-08-26 Thread Scott Stricker
I'm trying to run phpmyAdmin on a machine running Windows 2000 with IIS. Previously, I'd installed PHP 4.3.2 with the only tweak to the install changing the default volume from C: to D:. Did not touch any other options during the install. Went to my phpmyAdmin site and it worked as I expected. To