[PHP-WIN] Imagemagick Help

2001-09-28 Thread Gu Weidong-a1923c
Where I can get the binaries for the Imagemagick under WINNTor WIN2k? I download the ZIP from imagemagick.org but found it still needd to compile. Regards, Weidong Gu -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [E

php-windows Digest 29 Sep 2001 01:27:47 -0000 Issue 779

2001-09-28 Thread php-windows-digest-help
php-windows Digest 29 Sep 2001 01:27:47 - Issue 779 Topics (messages 9597 through 9613): session 9597 by: Sichta Daniel 9609 by: GF Re: IIS & PHP Session 9598 by: Phil Driscoll What's with this ODBC Error?!?!?!? 9599 by: Asendorf, John Re: Using COM

[PHP-WIN] Re: Using COM

2001-09-28 Thread David Broker
>> $iis = COM("IIS://localhost/w3scv"); >Hum, now Im not shure what your component is... > >The value between the quotes is a string that is looked-up in the registry > under HKEY_CLASSES_ROOT ), if its on a diffrent machine then you might want >to try using the second arg to COM, which is a serv

[PHP-WIN] IIS5 Erro-Doc

2001-09-28 Thread Dennis Körner
Hello! How do I make the IIS5 to display the 404 Error Document instead of the Error-Page of the PHP.EXE? Thanks Dennis Körner -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list ad

[PHP-WIN] Compiling problems.

2001-09-28 Thread A.J. Ostman
I am having problems compiling the most recent version of PHP with Visual Studio 6 in windows 2k. Does anyone know where there are step by step guides to compile the source. I am particularly haveing problems with finding all the INCLUDE files, etc. Thanks, A.J. Ostman [EMAIL PROTECTED] -- PH

Re: [PHP-WIN] LOCAL TIME

2001-09-28 Thread Alain Samoun
Use the Date object of Javascript. Alain On Fri, Sep 28, 2001 at 04:53:01PM -0400, Afan Pasalic wrote: > Hi to all, > how can I to show the time/date data of visitors computer? I mean, in depend on >visitor's local time some info will be different. > > Tanks for any help! > > Afan -- PHP Win

[PHP-WIN] Re: session

2001-09-28 Thread GF
You could have an onUnload event in javascript trigger a call to a php script to do a session_end. Gaylen http://www.gaylenandmargie.com KISGB - PHP Guestbook http://www.gaylenandmargie.com/publicscripts/ "Sichta Daniel" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTE

[PHP-WIN] LOCAL TIME

2001-09-28 Thread Afan Pasalic
Hi to all, how can I to show the time/date data of visitors computer? I mean, in depend on visitor's local time some info will be different. Tanks for any help! Afan

Re: [PHP-WIN] 4.0.8-dev filesize function broken now?

2001-09-28 Thread Frank M. Kromann
I dont think this is an issue with filesize() but with current working directory. $flename must have the fulle path to the file, or the current working directory must be where $flename is located. I know there has been changes to how this works over the time, though I don't remeber when exact

RE: [PHP-WIN] Well, I've got it running

2001-09-28 Thread Daniel Beulshausen
At 13:23 28.09.2001 -0400, Asendorf, John wrote: >Oh. Thanks Daniel. I must have missed those mails. I thought I saw >"something" related to it... the next build will follow early next week. i can also send you an updated one if you're in an urgent need. daniel >Once again, thanks for all th

RE: [PHP-WIN] Well, I've got it running

2001-09-28 Thread Asendorf, John
Oh. Thanks Daniel. I must have missed those mails. I thought I saw "something" related to it... Once again, thanks for all the work you do. - John Asendorf - [EMAIL PROTECTED] Web Applications Developer http://www.lcounty.com - NEW FEATURES ADDED DAILY! Licking County, Ohi

RE: [PHP-WIN] Well, I've got it running

2001-09-28 Thread Daniel Beulshausen
At 10:40 27.09.2001 -0400, Asendorf, John wrote: >Hi Alain... thanks, I've seen it, but the app is written and the last thing >I need now is to 1) learn ADODB and then re-write the app to reflect ADODB >and 2) add another potential wrench into the works... > >And I'm not sure how ADODB will fix th

[PHP-WIN] 4.0.8-dev filesize function broken now?

2001-09-28 Thread Asendorf, John
I have a little script which moves some files aournd and this line: echo "$flename " . filesize("$flename") . "(bytes) has been changed to $newname and has been moved!\n"; Is getting this error (don't let the words 'Microsoft Word' throw you off, they are part of the file name): Warning: stat

Re: [PHP-WIN] Questions about versions of PHP and Apache

2001-09-28 Thread Alain Samoun
PHP4.05 was a 'bummer' for win, upgrade to 4.06 fast... Alain On Fri, Sep 28, 2001 at 11:44:27AM +0200, Martin Lindhe wrote: > > Does anyone know the minimum version of Apache that PHP-4.0.5 > > can work with? > > I have a 1.3.7, but it crashes quite often, and it seems it's > > the PHP module

Re: [PHP-WIN] Re: Using COM

2001-09-28 Thread Alain Samoun
I must be missing something here, >$iis = COM("IIS://localhost/w3scv"); >Which is apparently only supported in 4.0.7.> What does this COM function do David? Alain On Fri, Sep 28, 2001 at 02:58:49AM +, David Broker wrote: > In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] >(Crawley) wrot

[PHP-WIN] Re: Using COM

2001-09-28 Thread Crawley
"David Broker" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Thanks Rich, > However to access this IIS thing you need to do something like this: > > $iis = COM("IIS://localhost/w3scv"); > > Which is apparently only supported in 4.0.7. Hum, now Im not shure wh

[PHP-WIN] What's with this ODBC Error?!?!?!?

2001-09-28 Thread Asendorf, John
I'm getting this error now in TWO different places... ODBC The description for Event ID ( 0 ) in Source ( ODBC ) could not be found. It contains the following insertion string(s): Error in d:\mdac25\odbc\core\dm\perf.c(296), The system cannot find the file specified. : Failed to query HKEY_LOCAL_

Re: [PHP-WIN] IIS & PHP Session

2001-09-28 Thread Phil Driscoll
Change your session save path in php.ini to somewhere that exists on an NT box - e.g. c:\temp (or create your own php session temp directory) Cheers -- Phil Driscoll -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [E

[PHP-WIN] session

2001-09-28 Thread Sichta Daniel
Hi, cfg: Apache 1.3.20, php406 w2k Is there any "nice" way to do session_end when user close internet browser ? Dan

php-windows Digest 28 Sep 2001 13:23:46 -0000 Issue 778

2001-09-28 Thread php-windows-digest-help
php-windows Digest 28 Sep 2001 13:23:46 - Issue 778 Topics (messages 9585 through 9596): Re: Problems setting up a DSN 9585 by: Mike Re: current page 9586 by: Mike Re: PHP-> JavaScript 9587 by: Mike Re: php4 and interbase 9588 by: Mike Re: Using COM

[PHP-WIN] IIS & PHP Session

2001-09-28 Thread Ertan Tike
Hi, I have installed php on IIS as ISAPI module (with zend optimizer) .. but session stuffs. doesnt work.. giving this error message.. i have created /tmp folder in site and gived read , write etc.. rights but doesnt fix the problem.. do you have any idea ? thanx a lot.. Windows2000 / IIS 5 Php

[PHP-WIN] inifiles & php

2001-09-28 Thread php ci
hi I want to learn how to read and write ini files using php scripts;. Thz for your help. Phpci. __ Do You Yahoo!? Listen to your Yahoo! Mail messages from any phone. http://phone.yahoo.com -- PHP Windows Mailing List (http://www.php.net/) To unsu

RE: [PHP-WIN] Questions about versions of PHP and Apache

2001-09-28 Thread Martin Lindhe
> Does anyone know the minimum version of Apache that PHP-4.0.5 > can work with? > I have a 1.3.7, but it crashes quite often, and it seems it's > the PHP module causes it so. > Any idea? > > Kenneth > Are you having problems with running 1.3.20? This is what i use under windows and it's work

RE: [PHP-WIN] problem with uploading

2001-09-28 Thread Martin Lindhe
> Hello! > > I have a problem when trying to use ftp_put(). In the > function I specified, > of course, the ftp stream, the destination file, the source > file and the > mode. I get an error saying "Warning: error opening > C:\...\file_name.jpg in > ...". Does anyone know where the problem c